﻿2026-06-21T04:48:28.1723734Z Current runner version: '2.335.1'
2026-06-21T04:48:28.1728462Z Runner name: 'hfenduleam'
2026-06-21T04:48:28.1728924Z Runner group name: 'Default'
2026-06-21T04:48:28.1729419Z Machine name: 'HFENDULEAM'
2026-06-21T04:48:28.1731514Z ##[group]GITHUB_TOKEN Permissions
2026-06-21T04:48:28.1733204Z Contents: read
2026-06-21T04:48:28.1733678Z Metadata: read
2026-06-21T04:48:28.1734125Z Packages: read
2026-06-21T04:48:28.1734679Z ##[endgroup]
2026-06-21T04:48:28.1736318Z Secret source: Actions
2026-06-21T04:48:28.1736835Z Prepare workflow directory
2026-06-21T04:48:28.2002566Z Prepare all required actions
2026-06-21T04:48:28.2027022Z Getting action download info
2026-06-21T04:48:28.5232435Z Download action repository 'actions/checkout@v5' (SHA:93cb6efe18208431cddfb8368fd83d5badbf9bfd)
2026-06-21T04:48:29.0953443Z Complete job name: test (self-hosted, Windows, hfenduleam)
2026-06-21T04:48:29.1684988Z ##[group]Run Get-Process spt,notify-shell -ErrorAction SilentlyContinue |
2026-06-21T04:48:29.1685872Z [36;1mGet-Process spt,notify-shell -ErrorAction SilentlyContinue |[0m
2026-06-21T04:48:29.1686498Z [36;1m  Where-Object { $_.Path -like "$env:GITHUB_WORKSPACE\*" } |[0m
2026-06-21T04:48:29.1687057Z [36;1m  Stop-Process -Force -ErrorAction SilentlyContinue[0m
2026-06-21T04:48:29.1687541Z [36;1mexit 0[0m
2026-06-21T04:48:29.1758687Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T04:48:29.1759333Z ##[endgroup]
2026-06-21T04:48:29.4849311Z ##[group]Run actions/checkout@v5
2026-06-21T04:48:29.4849759Z with:
2026-06-21T04:48:29.4850077Z   repository: SaberMage/spt-core
2026-06-21T04:48:29.4853386Z   token: ***
2026-06-21T04:48:29.4853722Z   ssh-strict: true
2026-06-21T04:48:29.4854098Z   ssh-user: git
2026-06-21T04:48:29.4854403Z   persist-credentials: true
2026-06-21T04:48:29.4854761Z   clean: true
2026-06-21T04:48:29.4855064Z   sparse-checkout-cone-mode: true
2026-06-21T04:48:29.4855405Z   fetch-depth: 1
2026-06-21T04:48:29.4855704Z   fetch-tags: false
2026-06-21T04:48:29.4856060Z   show-progress: true
2026-06-21T04:48:29.4856377Z   lfs: false
2026-06-21T04:48:29.4856659Z   submodules: false
2026-06-21T04:48:29.4856966Z   set-safe-directory: true
2026-06-21T04:48:29.4857296Z ##[endgroup]
2026-06-21T04:48:29.6759720Z Syncing repository: SaberMage/spt-core
2026-06-21T04:48:29.6761210Z ##[group]Getting Git version info
2026-06-21T04:48:29.6762098Z Working directory is 'C:\actions-runner\_work\spt-core\spt-core'
2026-06-21T04:48:29.7004344Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T04:48:29.7217433Z git version 2.43.0.windows.1
2026-06-21T04:48:29.7246954Z ##[endgroup]
2026-06-21T04:48:29.7254700Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\1d7d5663-6d56-4cbd-9c20-c4a70b233aef\.gitconfig'
2026-06-21T04:48:29.7269138Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\1d7d5663-6d56-4cbd-9c20-c4a70b233aef' before making global git config changes
2026-06-21T04:48:29.7270295Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T04:48:29.7274056Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T04:48:29.7506945Z [command]"c:\program files\git\cmd\git.exe" config --local --get remote.origin.url
2026-06-21T04:48:29.7735864Z https://github.com/SaberMage/spt-core
2026-06-21T04:48:29.7764253Z ##[group]Removing previously created refs, to avoid conflicts
2026-06-21T04:48:29.7768391Z [command]"c:\program files\git\cmd\git.exe" rev-parse --symbolic-full-name --verify --quiet HEAD
2026-06-21T04:48:29.7954956Z HEAD
2026-06-21T04:48:29.8188927Z ##[endgroup]
2026-06-21T04:48:29.8192090Z [command]"c:\program files\git\cmd\git.exe" submodule status
2026-06-21T04:48:30.1835670Z ##[group]Cleaning the repository
2026-06-21T04:48:30.1839544Z [command]"c:\program files\git\cmd\git.exe" clean -ffdx
2026-06-21T04:48:32.0543958Z Removing target/
2026-06-21T04:48:32.0579229Z [command]"c:\program files\git\cmd\git.exe" reset --hard HEAD
2026-06-21T04:48:32.1012845Z HEAD is now at d84e164 Merge bfe760e24820443a34062b37fc797a3cc1e2a489 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T04:48:32.1039961Z ##[endgroup]
2026-06-21T04:48:32.1044080Z ##[group]Disabling automatic garbage collection
2026-06-21T04:48:32.1049058Z [command]"c:\program files\git\cmd\git.exe" config --local gc.auto 0
2026-06-21T04:48:32.1276255Z ##[endgroup]
2026-06-21T04:48:32.1276700Z ##[group]Setting up auth
2026-06-21T04:48:32.1282654Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T04:48:32.1495482Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T04:48:32.4906121Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T04:48:32.5174750Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T04:48:32.8936909Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T04:48:32.9161037Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T04:48:33.2530464Z [command]"c:\program files\git\cmd\git.exe" config --local http.https://github.com/.extraheader "AUTHORIZATION: basic ***"
2026-06-21T04:48:33.2768033Z ##[endgroup]
2026-06-21T04:48:33.2768471Z ##[group]Fetching the repository
2026-06-21T04:48:33.2774752Z [command]"c:\program files\git\cmd\git.exe" -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +d84e164388231e3e637a9015b1771a01bd20c840:refs/remotes/pull/26/merge
2026-06-21T04:48:33.8660144Z ##[endgroup]
2026-06-21T04:48:33.8660576Z ##[group]Determining the checkout info
2026-06-21T04:48:33.8660972Z ##[endgroup]
2026-06-21T04:48:33.8669627Z [command]"c:\program files\git\cmd\git.exe" sparse-checkout disable
2026-06-21T04:48:33.8964246Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all extensions.worktreeConfig
2026-06-21T04:48:33.9274347Z ##[group]Checking out the ref
2026-06-21T04:48:33.9279650Z [command]"c:\program files\git\cmd\git.exe" checkout --progress --force refs/remotes/pull/26/merge
2026-06-21T04:48:33.9667492Z HEAD is now at d84e164 Merge bfe760e24820443a34062b37fc797a3cc1e2a489 into 86f20ac831033a20bd5e096b1c318a75249179f3
2026-06-21T04:48:33.9695085Z ##[endgroup]
2026-06-21T04:48:33.9965596Z [command]"c:\program files\git\cmd\git.exe" log -1 --format=%H
2026-06-21T04:48:34.0183468Z d84e164388231e3e637a9015b1771a01bd20c840
2026-06-21T04:48:34.0439756Z ##[group]Run cargo nextest run --workspace -E 'not ( (package(spt-daemon) & kind(test) & binary(/^(attach|brain_swap|broker|budget|daemon_e2e|daemon_lifecycle_real_brain|digest|dispatch|driven_by_selfheal|handoff|idempotent|inject_control_wedge|input_ack_deadlock|resume|shellchan|two_origin_spanning|twohost)$/)) | (package(spt) & kind(test) & binary(/^(attach_wedge_e2e|bind_cwd_project_e2e|brain_respawn_rename|brain_restart_psyche_dup_e2e|brain_split|brain_survive|dummy_harness_e2e|gateway_owner_shell_e2e|job_escape_e2e|livehost_bootgate_e2e|livehost_bootrace_e2e|livehost_nonresident_e2e|livehost_psyche_fail_e2e|n1_pairing|oneliner_e2e|resume_template_e2e|unhost_psyche_reap_e2e)$/)) | (package(spt-term) & kind(test)) )'
2026-06-21T04:48:34.0443233Z [36;1mcargo nextest run --workspace -E 'not ( (package(spt-daemon) & kind(test) & binary(/^(attach|brain_swap|broker|budget|daemon_e2e|daemon_lifecycle_real_brain|digest|dispatch|driven_by_selfheal|handoff|idempotent|inject_control_wedge|input_ack_deadlock|resume|shellchan|two_origin_spanning|twohost)$/)) | (package(spt) & kind(test) & binary(/^(attach_wedge_e2e|bind_cwd_project_e2e|brain_respawn_rename|brain_restart_psyche_dup_e2e|brain_split|brain_survive|dummy_harness_e2e|gateway_owner_shell_e2e|job_escape_e2e|livehost_bootgate_e2e|livehost_bootrace_e2e|livehost_nonresident_e2e|livehost_psyche_fail_e2e|n1_pairing|oneliner_e2e|resume_template_e2e|unhost_psyche_reap_e2e)$/)) | (package(spt-term) & kind(test)) )'[0m
2026-06-21T04:48:34.0513654Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T04:48:34.0513978Z ##[endgroup]
2026-06-21T04:48:35.4326280Z    Compiling proc-macro2 v1.0.106
2026-06-21T04:48:35.4326657Z    Compiling unicode-ident v1.0.24
2026-06-21T04:48:35.4326930Z    Compiling quote v1.0.45
2026-06-21T04:48:35.4327174Z    Compiling cfg-if v1.0.4
2026-06-21T04:48:35.4327610Z    Compiling serde_core v1.0.228
2026-06-21T04:48:35.4327984Z    Compiling serde v1.0.228
2026-06-21T04:48:35.4328392Z    Compiling windows-link v0.2.1
2026-06-21T04:48:35.4328779Z    Compiling typenum v1.20.1
2026-06-21T04:48:35.4329122Z    Compiling version_check v0.9.5
2026-06-21T04:48:35.4329481Z    Compiling getrandom v0.3.4
2026-06-21T04:48:35.4330022Z    Compiling portable-atomic v1.13.1
2026-06-21T04:48:35.4330498Z    Compiling critical-section v1.2.0
2026-06-21T04:48:35.4330999Z    Compiling shlex v2.0.1
2026-06-21T04:48:35.4331514Z    Compiling subtle v2.6.1
2026-06-21T04:48:35.4332708Z    Compiling memchr v2.8.1
2026-06-21T04:48:35.4334256Z    Compiling find-msvc-tools v0.1.9
2026-06-21T04:48:35.4953046Z    Compiling windows-sys v0.61.2
2026-06-21T04:48:35.5202414Z    Compiling semver v1.0.28
2026-06-21T04:48:35.5581820Z    Compiling smallvec v1.15.1
2026-06-21T04:48:35.6036150Z    Compiling equivalent v1.0.2
2026-06-21T04:48:35.7021735Z    Compiling itoa v1.0.18
2026-06-21T04:48:35.7264579Z    Compiling rustc_version v0.4.1
2026-06-21T04:48:35.7551516Z    Compiling getrandom v0.2.17
2026-06-21T04:48:35.7961134Z    Compiling cpufeatures v0.2.17
2026-06-21T04:48:35.8670937Z    Compiling hashbrown v0.17.1
2026-06-21T04:48:35.8686976Z    Compiling pin-project-lite v0.2.17
2026-06-21T04:48:35.8927525Z    Compiling rand_core v0.10.1
2026-06-21T04:48:35.9038261Z    Compiling generic-array v0.14.7
2026-06-21T04:48:35.9238390Z    Compiling getrandom v0.4.2
2026-06-21T04:48:35.9953229Z    Compiling log v0.4.32
2026-06-21T04:48:36.0047223Z    Compiling bitflags v2.12.1
2026-06-21T04:48:36.0590021Z    Compiling winapi v0.3.9
2026-06-21T04:48:36.0594923Z    Compiling futures-core v0.3.32
2026-06-21T04:48:36.0964576Z    Compiling curve25519-dalek v4.1.3
2026-06-21T04:48:36.3163937Z    Compiling bytes v1.11.1
2026-06-21T04:48:36.3291560Z    Compiling rand_core v0.6.4
2026-06-21T04:48:36.4315732Z    Compiling indexmap v2.14.0
2026-06-21T04:48:36.4468590Z    Compiling zerocopy v0.8.50
2026-06-21T04:48:36.4964129Z    Compiling ahash v0.8.12
2026-06-21T04:48:36.5103825Z    Compiling stable_deref_trait v1.2.1
2026-06-21T04:48:36.5131928Z    Compiling signature v2.2.0
2026-06-21T04:48:36.6673290Z    Compiling libc v0.2.186
2026-06-21T04:48:36.7846992Z    Compiling jobserver v0.1.34
2026-06-21T04:48:36.7932291Z    Compiling pkg-config v0.3.33
2026-06-21T04:48:36.8682577Z    Compiling ed25519 v2.2.3
2026-06-21T04:48:36.8828908Z    Compiling zmij v1.0.21
2026-06-21T04:48:36.9054965Z    Compiling vcpkg v0.2.15
2026-06-21T04:48:37.0071726Z    Compiling cc v1.2.63
2026-06-21T04:48:37.1639805Z    Compiling serde_json v1.0.150
2026-06-21T04:48:37.2287626Z    Compiling autocfg v1.5.1
2026-06-21T04:48:37.4072660Z    Compiling syn v2.0.117
2026-06-21T04:48:37.4096726Z    Compiling crypto-common v0.1.7
2026-06-21T04:48:37.4129245Z    Compiling block-buffer v0.10.4
2026-06-21T04:48:37.4614537Z    Compiling futures-io v0.3.32
2026-06-21T04:48:37.5114293Z    Compiling digest v0.10.7
2026-06-21T04:48:37.5299504Z    Compiling slab v0.4.12
2026-06-21T04:48:37.5382203Z    Compiling futures-sink v0.3.32
2026-06-21T04:48:37.5535085Z    Compiling fastrand v2.4.1
2026-06-21T04:48:37.6127158Z    Compiling windows_x86_64_msvc v0.52.6
2026-06-21T04:48:37.6965249Z    Compiling futures-channel v0.3.32
2026-06-21T04:48:37.7169167Z    Compiling sha2 v0.10.9
2026-06-21T04:48:37.7388936Z    Compiling fallible-streaming-iterator v0.1.9
2026-06-21T04:48:37.7614700Z    Compiling futures-task v0.3.32
2026-06-21T04:48:37.7698632Z    Compiling fallible-iterator v0.3.0
2026-06-21T04:48:37.9096145Z    Compiling rustversion v1.0.22
2026-06-21T04:48:37.9337166Z    Compiling fnv v1.0.7
2026-06-21T04:48:37.9743002Z    Compiling cfg_aliases v0.2.1
2026-06-21T04:48:37.9767997Z    Compiling strsim v0.11.1
2026-06-21T04:48:38.0077924Z    Compiling writeable v0.6.3
2026-06-21T04:48:38.0333906Z    Compiling litemap v0.8.2
2026-06-21T04:48:38.0466265Z    Compiling cmake v0.1.58
2026-06-21T04:48:38.1992960Z    Compiling icu_normalizer_data v2.2.0
2026-06-21T04:48:38.3650835Z    Compiling utf8_iter v1.0.4
2026-06-21T04:48:38.4156581Z    Compiling icu_properties_data v2.2.0
2026-06-21T04:48:38.4332647Z    Compiling ident_case v1.0.1
2026-06-21T04:48:38.4855753Z    Compiling windows-targets v0.52.6
2026-06-21T04:48:38.5655972Z    Compiling windows-sys v0.59.0
2026-06-21T04:48:38.5771163Z    Compiling anyhow v1.0.102
2026-06-21T04:48:38.5785090Z    Compiling dunce v1.0.5
2026-06-21T04:48:38.5785489Z    Compiling fs_extra v1.3.0
2026-06-21T04:48:38.5830225Z    Compiling percent-encoding v2.3.2
2026-06-21T04:48:38.7511074Z    Compiling http v1.4.1
2026-06-21T04:48:38.8285609Z    Compiling fs2 v0.4.3
2026-06-21T04:48:38.8583115Z    Compiling libsqlite3-sys v0.30.1
2026-06-21T04:48:38.8720122Z    Compiling ring v0.17.14
2026-06-21T04:48:38.8814905Z    Compiling aws-lc-sys v0.41.0
2026-06-21T04:48:38.9030488Z    Compiling thiserror v2.0.18
2026-06-21T04:48:38.9635440Z    Compiling unicode-segmentation v1.13.3
2026-06-21T04:48:39.0364591Z    Compiling cpufeatures v0.3.0
2026-06-21T04:48:39.4897472Z    Compiling aws-lc-rs v1.17.0
2026-06-21T04:48:39.6467738Z    Compiling scopeguard v1.2.0
2026-06-21T04:48:39.8478430Z    Compiling chacha20 v0.10.0
2026-06-21T04:48:39.9673448Z    Compiling form_urlencoded v1.2.2
2026-06-21T04:48:39.9768570Z    Compiling untrusted v0.9.0
2026-06-21T04:48:40.1038730Z    Compiling lock_api v0.4.14
2026-06-21T04:48:40.1162764Z    Compiling num-traits v0.2.19
2026-06-21T04:48:40.1549864Z    Compiling windows-strings v0.5.1
2026-06-21T04:48:40.1978181Z    Compiling windows-result v0.4.1
2026-06-21T04:48:40.2465356Z    Compiling rand v0.10.1
2026-06-21T04:48:40.3468908Z    Compiling rustls v0.23.40
2026-06-21T04:48:40.3689245Z    Compiling heck v0.5.0
2026-06-21T04:48:40.4060895Z    Compiling convert_case v0.10.0
2026-06-21T04:48:40.4396003Z    Compiling unicode-xid v0.2.6
2026-06-21T04:48:40.4818283Z    Compiling const-oid v0.10.2
2026-06-21T04:48:40.6292124Z    Compiling atomic-waker v1.1.2
2026-06-21T04:48:40.6354218Z    Compiling httparse v1.10.1
2026-06-21T04:48:40.6571895Z    Compiling parking_lot_core v0.9.12
2026-06-21T04:48:40.7346782Z    Compiling http-body v1.0.1
2026-06-21T04:48:40.7347380Z    Compiling hybrid-array v0.4.12
2026-06-21T04:48:40.7570507Z    Compiling powerfmt v0.2.0
2026-06-21T04:48:40.7616695Z    Compiling base64ct v1.8.3
2026-06-21T04:48:40.8421854Z    Compiling synstructure v0.13.2
2026-06-21T04:48:40.8560793Z    Compiling darling_core v0.20.11
2026-06-21T04:48:40.9389999Z    Compiling either v1.16.0
2026-06-21T04:48:40.9964242Z    Compiling pem-rfc7468 v1.0.0
2026-06-21T04:48:41.1017107Z    Compiling deranged v0.5.8
2026-06-21T04:48:41.1460274Z    Compiling memoffset v0.6.5
2026-06-21T04:48:41.1985279Z    Compiling try-lock v0.2.5
2026-06-21T04:48:41.3059070Z    Compiling tinyvec_macros v0.1.1
2026-06-21T04:48:41.3960314Z    Compiling data-encoding v2.11.0
2026-06-21T04:48:41.4113510Z    Compiling ref-cast v1.0.25
2026-06-21T04:48:41.4988104Z    Compiling base64 v0.22.1
2026-06-21T04:48:41.5018561Z    Compiling num-conv v0.2.2
2026-06-21T04:48:41.5314624Z    Compiling tower-service v0.3.3
2026-06-21T04:48:41.5756397Z    Compiling time-core v0.1.8
2026-06-21T04:48:41.6125747Z    Compiling thiserror v1.0.69
2026-06-21T04:48:42.3745025Z    Compiling tinyvec v1.11.0
2026-06-21T04:48:42.4369841Z    Compiling block-buffer v0.12.0
2026-06-21T04:48:42.4555699Z    Compiling crypto-common v0.2.2
2026-06-21T04:48:42.4753416Z    Compiling parking_lot v0.12.5
2026-06-21T04:48:42.4761988Z    Compiling want v0.3.1
2026-06-21T04:48:42.5174968Z    Compiling serde_derive_internals v0.29.1
2026-06-21T04:48:42.6185869Z    Compiling vergen-lib v9.1.0
2026-06-21T04:48:42.6735840Z    Compiling n0-future v0.3.2
2026-06-21T04:48:42.6764015Z    Compiling serial-core v0.4.0
2026-06-21T04:48:42.7335420Z    Compiling inout v0.1.4
2026-06-21T04:48:42.7491685Z    Compiling aho-corasick v1.1.4
2026-06-21T04:48:42.7904719Z    Compiling cordyceps v0.3.4
2026-06-21T04:48:42.8490968Z    Compiling socket2 v0.6.4
2026-06-21T04:48:42.9009689Z    Compiling mio v1.2.1
2026-06-21T04:48:42.9117871Z    Compiling parking v2.2.1
2026-06-21T04:48:42.9382207Z    Compiling winnow v0.7.15
2026-06-21T04:48:43.0050081Z    Compiling httpdate v1.0.3
2026-06-21T04:48:43.0904939Z    Compiling diatomic-waker v0.2.3
2026-06-21T04:48:43.1134660Z    Compiling crossbeam-utils v0.8.21
2026-06-21T04:48:43.1389596Z    Compiling winnow v1.0.3
2026-06-21T04:48:43.2535914Z    Compiling regex-syntax v0.8.10
2026-06-21T04:48:43.2906736Z    Compiling toml_write v0.1.2
2026-06-21T04:48:43.4903340Z    Compiling spin v0.10.0
2026-06-21T04:48:43.5085981Z    Compiling winreg v0.10.1
2026-06-21T04:48:43.5305665Z    Compiling digest v0.11.3
2026-06-21T04:48:43.5792566Z    Compiling futures-buffered v0.2.13
2026-06-21T04:48:43.7086869Z    Compiling futures-lite v2.6.1
2026-06-21T04:48:43.7632068Z    Compiling cipher v0.4.4
2026-06-21T04:48:43.8017482Z    Compiling serial-windows v0.4.0
2026-06-21T04:48:43.9483133Z    Compiling vergen-lib v0.1.6
2026-06-21T04:48:43.9483654Z    Compiling vergen v9.1.0
2026-06-21T04:48:44.0169896Z    Compiling noq-udp v0.10.0
2026-06-21T04:48:44.0326569Z    Compiling universal-hash v0.5.1
2026-06-21T04:48:44.1098316Z    Compiling sync_wrapper v1.0.2
2026-06-21T04:48:44.1245625Z    Compiling heapless v0.7.17
2026-06-21T04:48:44.1307791Z    Compiling serde_derive v1.0.228
2026-06-21T04:48:44.2323640Z    Compiling zeroize_derive v1.4.3
2026-06-21T04:48:44.2606611Z    Compiling curve25519-dalek-derive v0.1.1
2026-06-21T04:48:44.2867229Z    Compiling zerofrom-derive v0.1.7
2026-06-21T04:48:44.3051298Z    Compiling yoke-derive v0.8.2
2026-06-21T04:48:44.3565011Z    Compiling tokio-macros v2.7.0
2026-06-21T04:48:44.5376228Z    Compiling futures-macro v0.3.32
2026-06-21T04:48:44.5549731Z    Compiling zerovec-derive v0.11.3
2026-06-21T04:48:44.5625220Z    Compiling displaydoc v0.2.6
2026-06-21T04:48:44.6468632Z    Compiling tracing-attributes v0.1.31
2026-06-21T04:48:44.6709710Z    Compiling thiserror-impl v2.0.18
2026-06-21T04:48:45.1403795Z    Compiling darling_macro v0.20.11
2026-06-21T04:48:45.2450696Z    Compiling derive_more-impl v2.1.1
2026-06-21T04:48:45.2731693Z    Compiling zeroize v1.8.2
2026-06-21T04:48:45.3213104Z    Compiling tokio v1.52.3
2026-06-21T04:48:45.5052528Z    Compiling windows-interface v0.59.3
2026-06-21T04:48:45.5323160Z    Compiling futures-util v0.3.32
2026-06-21T04:48:45.6765613Z    Compiling rustls-pki-types v1.14.1
2026-06-21T04:48:45.8669975Z    Compiling darling v0.20.11
2026-06-21T04:48:45.9110943Z    Compiling windows-implement v0.60.2
2026-06-21T04:48:46.0673138Z    Compiling zerofrom v0.1.8
2026-06-21T04:48:46.1428302Z    Compiling derive_builder_core v0.20.2
2026-06-21T04:48:46.2592374Z    Compiling n0-error-macros v0.1.3
2026-06-21T04:48:46.3272045Z    Compiling yoke v0.8.3
2026-06-21T04:48:46.3795339Z    Compiling spez v0.1.2
2026-06-21T04:48:46.5392861Z    Compiling der v0.8.0-rc.10
2026-06-21T04:48:46.5869506Z    Compiling pin-project-internal v1.1.13
2026-06-21T04:48:46.6011668Z    Compiling thiserror-impl v1.0.69
2026-06-21T04:48:46.7113079Z    Compiling ed25519-dalek v2.2.0
2026-06-21T04:48:46.8455132Z    Compiling zerovec v0.11.6
2026-06-21T04:48:46.9226834Z    Compiling spt-proto v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-proto)
2026-06-21T04:48:47.1001687Z    Compiling zerotrie v0.2.4
2026-06-21T04:48:47.3125014Z    Compiling n0-error v0.1.3
2026-06-21T04:48:47.4293581Z    Compiling derive_builder_macro v0.20.2
2026-06-21T04:48:47.5746824Z    Compiling tinystr v0.8.3
2026-06-21T04:48:47.6154179Z    Compiling potential_utf v0.1.5
2026-06-21T04:48:47.6223976Z    Compiling windows-core v0.62.2
2026-06-21T04:48:47.7168388Z    Compiling ref-cast-impl v1.0.25
2026-06-21T04:48:47.8376498Z    Compiling icu_locale_core v2.2.0
2026-06-21T04:48:47.8707830Z    Compiling icu_collections v2.2.0
2026-06-21T04:48:47.9266933Z    Compiling derive_builder v0.20.2
2026-06-21T04:48:47.9703870Z    Compiling pin-project v1.1.13
2026-06-21T04:48:47.9956323Z    Compiling spki v0.8.0-rc.4
2026-06-21T04:48:48.5609392Z    Compiling regex-automata v0.4.14
2026-06-21T04:48:48.5667017Z    Compiling toml_parser v1.1.2+spec-1.1.0
2026-06-21T04:48:48.5759797Z    Compiling schemars_derive v1.2.1
2026-06-21T04:48:48.6176058Z    Compiling curve25519-dalek v5.0.0-pre.6
2026-06-21T04:48:48.8009750Z    Compiling icu_provider v2.2.0
2026-06-21T04:48:48.8249064Z    Compiling byteorder v1.5.0
2026-06-21T04:48:48.8854324Z    Compiling opaque-debug v0.3.1
2026-06-21T04:48:48.9760797Z    Compiling lazy_static v1.5.0
2026-06-21T04:48:49.0098984Z    Compiling pin-utils v0.1.0
2026-06-21T04:48:49.0436422Z    Compiling allocator-api2 v0.2.21
2026-06-21T04:48:49.0698242Z    Compiling icu_normalizer v2.2.0
2026-06-21T04:48:49.0883083Z    Compiling icu_properties v2.2.0
2026-06-21T04:48:49.0957074Z    Compiling ipnet v2.12.0
2026-06-21T04:48:49.1649897Z    Compiling serde_spanned v0.6.9
2026-06-21T04:48:49.2423262Z    Compiling tokio-util v0.7.18
2026-06-21T04:48:49.2538963Z    Compiling toml_datetime v0.6.11
2026-06-21T04:48:49.3322192Z    Compiling toml_datetime v1.1.1+spec-1.1.0
2026-06-21T04:48:49.4461920Z    Compiling toml_edit v0.22.27
2026-06-21T04:48:49.4794507Z    Compiling bitflags v1.3.2
2026-06-21T04:48:49.5228173Z    Compiling dyn-clone v1.0.20
2026-06-21T04:48:49.5287746Z    Compiling toml_edit v0.25.12+spec-1.1.0
2026-06-21T04:48:49.5805031Z    Compiling once_cell v1.21.4
2026-06-21T04:48:49.6066779Z    Compiling nix v0.25.1
2026-06-21T04:48:49.6840587Z    Compiling prefix-trie v0.8.4
2026-06-21T04:48:49.7277059Z    Compiling shared_library v0.1.9
2026-06-21T04:48:49.8444741Z    Compiling tracing-core v0.1.36
2026-06-21T04:48:49.8445587Z    Compiling tempfile v3.27.0
2026-06-21T04:48:49.9277249Z    Compiling hashbrown v0.14.5
2026-06-21T04:48:49.9647364Z    Compiling derive_more v2.1.1
2026-06-21T04:48:49.9716414Z    Compiling hash32 v0.2.1
2026-06-21T04:48:49.9748238Z    Compiling polyval v0.6.2
2026-06-21T04:48:50.0775448Z    Compiling futures-executor v0.3.32
2026-06-21T04:48:50.1853968Z    Compiling filedescriptor v0.8.3
2026-06-21T04:48:50.2462902Z    Compiling tracing v0.1.44
2026-06-21T04:48:50.3553140Z    Compiling idna_adapter v1.2.2
2026-06-21T04:48:50.4739478Z    Compiling pkcs8 v0.11.0-rc.10
2026-06-21T04:48:50.4909852Z    Compiling hashlink v0.9.1
2026-06-21T04:48:50.5105127Z    Compiling idna v1.1.0
2026-06-21T04:48:50.5965715Z    Compiling h2 v0.4.14
2026-06-21T04:48:50.6520401Z    Compiling regex v1.12.3
2026-06-21T04:48:50.8649194Z    Compiling rusqlite v0.32.1
2026-06-21T04:48:50.9731958Z    Compiling url v2.5.8
2026-06-21T04:48:51.0096491Z    Compiling schemars v1.2.1
2026-06-21T04:48:51.0844544Z    Compiling serial v0.4.0
2026-06-21T04:48:51.2287621Z    Compiling toml v0.8.23
2026-06-21T04:48:51.2527189Z    Compiling spin v0.9.8
2026-06-21T04:48:51.2901985Z    Compiling vergen-gitcl v1.0.8
2026-06-21T04:48:51.3080799Z    Compiling windows-threading v0.2.1
2026-06-21T04:48:51.3888384Z    Compiling signature v3.0.0
2026-06-21T04:48:51.4608066Z    Compiling shell-words v1.1.1
2026-06-21T04:48:51.5180242Z    Compiling downcast-rs v1.2.1
2026-06-21T04:48:51.5738849Z    Compiling ryu v1.0.23
2026-06-21T04:48:51.5739681Z    Compiling tower-layer v0.3.3
2026-06-21T04:48:51.7302571Z    Compiling portable-pty v0.8.1
2026-06-21T04:48:51.8343487Z    Compiling hickory-proto v0.26.0-beta.4
2026-06-21T04:48:51.9003625Z    Compiling ed25519 v3.0.0-rc.4
2026-06-21T04:48:51.9307876Z    Compiling windows-future v0.3.2
2026-06-21T04:48:52.3773364Z    Compiling spt-store v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-store)
2026-06-21T04:48:52.5628229Z    Compiling futures v0.3.32
2026-06-21T04:48:52.5901674Z    Compiling proc-macro-crate v3.5.0
2026-06-21T04:48:52.5996757Z    Compiling ghash v0.5.1
2026-06-21T04:48:52.6630553Z    Compiling data-encoding-macro-internal v0.1.18
2026-06-21T04:48:52.7969192Z    Compiling windows-numerics v0.3.1
2026-06-21T04:48:52.8019034Z    Compiling windows-collections v0.3.2
2026-06-21T04:48:52.9657756Z    Compiling cobs v0.3.0
2026-06-21T04:48:53.0663497Z    Compiling postcard-derive v0.2.2
2026-06-21T04:48:53.0801192Z    Compiling aes v0.8.4
2026-06-21T04:48:53.1989226Z    Compiling ctr v0.9.2
2026-06-21T04:48:53.1989636Z    Compiling sha2 v0.11.0-rc.5
2026-06-21T04:48:53.2206182Z    Compiling time v0.3.47
2026-06-21T04:48:53.9628231Z    Compiling http-body-util v0.1.3
2026-06-21T04:48:54.0388154Z    Compiling aead v0.5.2
2026-06-21T04:48:54.0661273Z    Compiling ipconfig v0.3.4
2026-06-21T04:48:54.1946757Z    Compiling widestring v1.2.1
2026-06-21T04:48:54.3064070Z    Compiling hyper v1.10.1
2026-06-21T04:48:54.3332972Z    Compiling aes-gcm v0.10.3
2026-06-21T04:48:54.3795257Z    Compiling num_enum_derive v0.7.6
2026-06-21T04:48:54.4558714Z    Compiling postcard v1.1.3
2026-06-21T04:48:54.5708567Z    Compiling spt-msg v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-msg)
2026-06-21T04:48:54.6044369Z    Compiling windows v0.62.2
2026-06-21T04:48:54.7234966Z    Compiling ed25519-dalek v3.0.0-pre.6
2026-06-21T04:48:54.8109794Z    Compiling data-encoding-macro v0.1.20
2026-06-21T04:48:54.9112588Z    Compiling crossbeam-channel v0.5.15
2026-06-21T04:48:55.0673368Z    Compiling spt-runtime v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-runtime)
2026-06-21T04:48:55.1426443Z    Compiling crossbeam-epoch v0.9.18
2026-06-21T04:48:55.1815494Z    Compiling tower v0.5.3
2026-06-21T04:48:55.2571340Z    Compiling chrono v0.4.45
2026-06-21T04:48:55.5519803Z    Compiling strum_macros v0.28.0
2026-06-21T04:48:55.5611913Z    Compiling async-trait v0.1.89
2026-06-21T04:48:55.5683141Z    Compiling iroh-metrics-derive v0.4.1
2026-06-21T04:48:55.7661719Z    Compiling hyper-util v0.1.20
2026-06-21T04:48:55.8776374Z    Compiling enum-assoc v1.3.0
2026-06-21T04:48:56.0774498Z    Compiling windows-registry v0.6.1
2026-06-21T04:48:56.2691519Z    Compiling blake3 v1.8.5
2026-06-21T04:48:56.2833650Z    Compiling netwatch v0.16.0
2026-06-21T04:48:56.4449656Z    Compiling noq v0.18.0
2026-06-21T04:48:56.5845507Z    Compiling uuid v1.23.2
2026-06-21T04:48:56.5961043Z    Compiling acto v0.8.2
2026-06-21T04:48:56.7310416Z    Compiling xml-rs v0.8.28
2026-06-21T04:48:56.7750414Z    Compiling tagptr v0.2.0
2026-06-21T04:48:56.8415578Z    Compiling lru-slab v0.1.2
2026-06-21T04:48:56.8683961Z    Compiling foldhash v0.2.0
2026-06-21T04:48:56.8895860Z    Compiling sorted-index-buffer v0.2.1
2026-06-21T04:48:56.9353334Z    Compiling identity-hash v0.1.0
2026-06-21T04:48:56.9624661Z    Compiling rustc-hash v2.1.2
2026-06-21T04:48:56.9943831Z    Compiling mac-addr v0.3.0
2026-06-21T04:48:57.0113220Z    Compiling hashbrown v0.16.1
2026-06-21T04:48:57.0842080Z    Compiling moka v0.12.15
2026-06-21T04:48:57.1389343Z    Compiling netdev v0.42.0
2026-06-21T04:48:57.1574654Z    Compiling iroh-relay v0.98.0
2026-06-21T04:48:57.1822370Z    Compiling iroh-metrics v0.38.3
2026-06-21T04:48:57.3176483Z    Compiling xmltree v0.10.3
2026-06-21T04:48:57.5445809Z    Compiling num_enum v0.7.6
2026-06-21T04:48:57.7017691Z    Compiling tower-http v0.6.11
2026-06-21T04:48:57.7085779Z    Compiling iroh-base v0.98.0
2026-06-21T04:48:57.8020760Z    Compiling spt-term v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-term)
2026-06-21T04:48:57.8368925Z    Compiling attohttpc v0.30.1
2026-06-21T04:48:57.8509476Z    Compiling n0-watcher v0.6.1
2026-06-21T04:48:58.0591043Z    Compiling tokio-stream v0.1.18
2026-06-21T04:48:58.1138857Z    Compiling simple-dns v0.9.3
2026-06-21T04:48:58.1260733Z    Compiling strum v0.28.0
2026-06-21T04:48:58.1572563Z    Compiling smol_str v0.1.24
2026-06-21T04:48:58.2324479Z    Compiling constant_time_eq v0.4.2
2026-06-21T04:48:58.3317896Z    Compiling arrayref v0.3.9
2026-06-21T04:48:58.3897835Z    Compiling sha1_smol v1.0.1
2026-06-21T04:48:58.4154398Z    Compiling arrayvec v0.7.6
2026-06-21T04:48:58.4366257Z    Compiling resolv-conf v0.7.6
2026-06-21T04:48:58.4430624Z    Compiling simdutf8 v0.1.5
2026-06-21T04:48:58.5191874Z    Compiling igd-next v0.17.1
2026-06-21T04:48:58.6713759Z    Compiling lru v0.16.4
2026-06-21T04:48:58.7375924Z    Compiling webpki-roots v1.0.7
2026-06-21T04:48:58.7525723Z    Compiling seize v0.5.1
2026-06-21T04:48:58.8068667Z    Compiling iroh v0.98.2
2026-06-21T04:48:58.8783188Z    Compiling serde_bytes v0.11.19
2026-06-21T04:48:58.9360791Z    Compiling hmac v0.12.1
2026-06-21T04:48:59.0084256Z    Compiling cmov v0.5.4
2026-06-21T04:48:59.0084810Z    Compiling papaya v0.2.4
2026-06-21T04:48:59.1294807Z    Compiling hkdf v0.12.4
2026-06-21T04:48:59.1746473Z    Compiling iroh-dns v0.98.0
2026-06-21T04:48:59.2071128Z    Compiling swarm-discovery v0.6.0-alpha.2
2026-06-21T04:48:59.2750640Z    Compiling ctutils v0.4.2
2026-06-21T04:48:59.2993816Z    Compiling backon v1.6.0
2026-06-21T04:48:59.3035148Z    Compiling spake2 v0.4.0
2026-06-21T04:48:59.3130621Z    Compiling sha1 v0.10.6
2026-06-21T04:48:59.4166992Z    Compiling spt-live v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-live)
2026-06-21T04:48:59.5231745Z    Compiling recvmsg v1.0.0
2026-06-21T04:48:59.5282250Z    Compiling doctest-file v1.1.1
2026-06-21T04:48:59.5591338Z    Compiling darling_core v0.23.0
2026-06-21T04:48:59.6067517Z    Compiling utf8parse v0.2.2
2026-06-21T04:48:59.6680670Z    Compiling anstyle v1.0.14
2026-06-21T04:48:59.7413170Z    Compiling once_cell_polyfill v1.70.2
2026-06-21T04:48:59.7502703Z    Compiling anstyle-parse v1.0.0
2026-06-21T04:48:59.7528494Z    Compiling anstyle-query v1.1.5
2026-06-21T04:48:59.8685598Z    Compiling anstyle-wincon v3.0.11
2026-06-21T04:48:59.9170977Z    Compiling foldhash v0.1.5
2026-06-21T04:48:59.9337727Z    Compiling paste v1.0.15
2026-06-21T04:48:59.9359955Z    Compiling colorchoice v1.0.5
2026-06-21T04:48:59.9759288Z    Compiling is_terminal_polyfill v1.70.2
2026-06-21T04:49:00.0881422Z    Compiling interprocess v2.4.2
2026-06-21T04:49:00.0918384Z    Compiling instability v0.3.12
2026-06-21T04:49:00.1018765Z    Compiling hashbrown v0.15.5
2026-06-21T04:49:00.1634463Z    Compiling anstream v1.0.0
2026-06-21T04:49:00.2505690Z    Compiling strum_macros v0.26.4
2026-06-21T04:49:00.4334895Z    Compiling terminal_size v0.4.4
2026-06-21T04:49:00.4587988Z    Compiling itertools v0.13.0
2026-06-21T04:49:00.5964925Z    Compiling castaway v0.2.4
2026-06-21T04:49:00.6797348Z    Compiling crossterm_winapi v0.9.1
2026-06-21T04:49:00.7692632Z    Compiling static_assertions v1.1.0
2026-06-21T04:49:00.8599286Z    Compiling clap_lex v1.1.0
2026-06-21T04:49:00.8723524Z    Compiling indoc v2.0.7
2026-06-21T04:49:00.9071302Z    Compiling unicode-width v0.1.14
2026-06-21T04:49:00.9218791Z    Compiling crossterm v0.28.1
2026-06-21T04:49:01.0750312Z    Compiling clap_builder v4.6.0
2026-06-21T04:49:01.2425231Z    Compiling compact_str v0.8.2
2026-06-21T04:49:01.2653419Z    Compiling lru v0.12.5
2026-06-21T04:49:01.5665642Z    Compiling clap_derive v4.6.1
2026-06-21T04:49:01.6705595Z    Compiling unicode-width v0.2.0
2026-06-21T04:49:01.8574078Z    Compiling cassowary v0.3.0
2026-06-21T04:49:01.9703680Z    Compiling error-code v3.3.2
2026-06-21T04:49:02.0118846Z    Compiling nucleo-matcher v0.3.1
2026-06-21T04:49:02.1646774Z    Compiling unicode-truncate v1.1.0
2026-06-21T04:49:02.2068205Z    Compiling clipboard-win v5.4.1
2026-06-21T04:49:02.2163286Z    Compiling qrcode v0.14.1
2026-06-21T04:49:02.6567075Z    Compiling strum v0.26.3
2026-06-21T04:49:02.7221992Z    Compiling mock-adapter v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\adapters\mock)
2026-06-21T04:49:03.0775136Z    Compiling darling_macro v0.23.0
2026-06-21T04:49:03.5092968Z    Compiling darling v0.23.0
2026-06-21T04:49:03.7214220Z    Compiling clap v4.6.1
2026-06-21T04:49:04.6085275Z    Compiling ratatui v0.29.0
2026-06-21T04:49:04.9244080Z    Compiling wmi v0.18.4
2026-06-21T04:49:06.7009218Z    Compiling portmapper v0.16.0
2026-06-21T04:49:18.6348213Z    Compiling rustls-webpki v0.103.13
2026-06-21T04:49:21.3657079Z    Compiling tokio-rustls v0.26.4
2026-06-21T04:49:21.3657310Z    Compiling noq-proto v0.17.0
2026-06-21T04:49:21.3657517Z    Compiling rustls-platform-verifier v0.7.0
2026-06-21T04:49:21.5110012Z    Compiling hickory-net v0.26.0-beta.4
2026-06-21T04:49:21.5110351Z    Compiling hyper-rustls v0.27.9
2026-06-21T04:49:21.5110582Z    Compiling tokio-websockets v0.13.2
2026-06-21T04:49:21.6784496Z    Compiling reqwest v0.13.4
2026-06-21T04:49:22.6795521Z    Compiling hickory-resolver v0.26.0-beta.4
2026-06-21T04:49:39.2275037Z    Compiling spt-net v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-net)
2026-06-21T04:49:40.6116163Z    Compiling spt-daemon v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt-daemon)
2026-06-21T04:49:50.5819812Z    Compiling spt v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\spt)
2026-06-21T04:50:20.0791574Z    Compiling xtask v0.12.1 (C:\actions-runner\_work\spt-core\spt-core\crates\xtask)
2026-06-21T04:50:34.8993300Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 00s
2026-06-21T04:50:57.1290442Z ────────────
2026-06-21T04:50:57.1290746Z  Nextest run ID ba01debe-8dc2-4763-81a7-a70a8538b3f6 with nextest profile: default
2026-06-21T04:50:57.1291103Z     Starting 1167 tests across 48 binaries (1 test and 39 binaries skipped)
2026-06-21T04:50:57.1546200Z         PASS [   0.024s] (   1/1167) mock-adapter::manifest_valid mock_declares_commune_signoff_as_filedrops
2026-06-21T04:50:57.1546731Z         PASS [   0.024s] (   2/1167) mock-adapter::manifest_valid mock_has_no_claude_code_conventions
2026-06-21T04:50:57.1684782Z         PASS [   0.038s] (   3/1167) spt::notify_shell_e2e notify_shell_renders_a_commanded_toast
2026-06-21T04:50:57.1853830Z         PASS [   0.055s] (   4/1167) mock-adapter::manifest_valid mock_manifest_parses_and_validates
2026-06-21T04:50:57.1982885Z         PASS [   0.044s] (   5/1167) spt::release_verify_e2e published_release_verifies_against_embedded_anchor
2026-06-21T04:50:58.3418709Z         PASS [   1.188s] (   6/1167) spt::ready_resume_ledger_e2e ready_bind_ledgers_and_reconcile_hosts_no_psyche
2026-06-21T04:50:58.6755269Z         PASS [   1.542s] (   7/1167) spt::live_bind_firsthost_e2e live_bind_marks_online_and_brain_reconcile_hosts
2026-06-21T04:50:58.7308825Z         PASS [   1.600s] (   8/1167) spt::contract_e2e mock_adapter_drives_the_full_contract
2026-06-21T04:50:58.7383420Z         PASS [   0.064s] (   9/1167) spt::bin/spt api::auth::tests::mints_distinct_nonempty_tokens
2026-06-21T04:50:58.7562415Z         PASS [   0.024s] (  10/1167) spt::bin/spt api::auth::tests::missing_endpoint_is_no_endpoint
2026-06-21T04:50:58.8014447Z         PASS [   0.062s] (  11/1167) spt::bin/spt api::auth::tests::no_proof_is_refused
2026-06-21T04:50:58.8071098Z         PASS [   0.052s] (  12/1167) spt::bin/spt api::auth::tests::session_id_proof_authenticates
2026-06-21T04:50:58.8504538Z         PASS [   0.043s] (  13/1167) spt::bin/spt api::auth::tests::wrong_token_and_wrong_session_refused
2026-06-21T04:50:58.8655382Z         PASS [   0.066s] (  14/1167) spt::bin/spt api::auth::tests::token_proof_authenticates
2026-06-21T04:50:58.8768089Z         PASS [   0.026s] (  15/1167) spt::bin/spt api::delivery::tests::echo_gate_explicit_toggle
2026-06-21T04:50:58.8885680Z         PASS [   0.023s] (  16/1167) spt::bin/spt api::delivery::tests::idle_busy_transitions_manage_sentinels
2026-06-21T04:50:58.8988838Z         PASS [   0.022s] (  17/1167) spt::bin/spt api::delivery::tests::idle_no_gate_does_not_arm_gate
2026-06-21T04:50:58.9070138Z         PASS [   0.019s] (  18/1167) spt::bin/spt api::delivery::tests::inject_all_pty_falls_back_to_hook
2026-06-21T04:50:58.9089847Z         PASS [   1.778s] (  19/1167) spt::gateway_e2e gateway_binds_and_is_the_user_backed_origin
2026-06-21T04:50:58.9194121Z         PASS [   0.021s] (  20/1167) spt::bin/spt api::delivery::tests::inject_resolution_drops_pty_defaults_hook
2026-06-21T04:50:58.9562305Z         PASS [   1.825s] (  21/1167) spt::contract_e2e seed_then_listen_binds_and_relays
2026-06-21T04:50:59.0515631Z         PASS [   1.921s] (  22/1167) spt::live_firsthost_e2e live_listen_marks_online_and_brain_reconcile_hosts
2026-06-21T04:50:59.0877230Z         PASS [   0.036s] (  23/1167) spt::bin/spt api::reporting::tests::boundary_missing_perch_refused
2026-06-21T04:50:59.0974856Z         PASS [   0.178s] (  24/1167) spt::bin/spt api::reporting::tests::boundary_appends_to_the_session_ledger
2026-06-21T04:50:59.1096568Z         PASS [   1.979s] (  25/1167) spt::drive_e2e drive_channel_slot_through_the_real_socket
2026-06-21T04:50:59.1150138Z         PASS [   1.984s] (  26/1167) spt::n1_compat brain_accepts_old_and_new_broker_argv
2026-06-21T04:50:59.1347510Z         PASS [   0.024s] (  27/1167) spt::bin/spt api::reporting::tests::capability_lists_hostable_types
2026-06-21T04:50:59.1574240Z         PASS [   0.043s] (  28/1167) spt::bin/spt api::reporting::tests::digest_entry_validates_and_appends_to_digest_log
2026-06-21T04:50:59.1796612Z         PASS [   0.046s] (  29/1167) spt::bin/spt api::reporting::tests::driven_by_reads_daemon_marker
2026-06-21T04:50:59.1942494Z         PASS [   0.037s] (  30/1167) spt::bin/spt api::reporting::tests::env_aliases_resolved_from_manifest
2026-06-21T04:50:59.2109987Z         PASS [   0.031s] (  31/1167) spt::bin/spt api::reporting::tests::filedrops_are_fixed_named_files
2026-06-21T04:50:59.2240263Z         PASS [   0.316s] (  32/1167) spt::bin/spt api::delivery::tests::poll_drains_non_deferred_by_default
2026-06-21T04:50:59.2257647Z         PASS [   0.138s] (  33/1167) spt::bin/spt api::reporting::tests::boundary_rebinds_keeping_anchor
2026-06-21T04:50:59.2296994Z         PASS [   0.323s] (  34/1167) spt::bin/spt api::delivery::tests::poll_drain_holds_deferred_while_resting_and_releases_once_on_wake
2026-06-21T04:50:59.2365312Z         PASS [   0.042s] (  35/1167) spt::bin/spt api::reporting::tests::hint_once_per_session_one_per_message
2026-06-21T04:50:59.2603974Z         PASS [   0.036s] (  36/1167) spt::bin/spt api::reporting::tests::presence_records_endpoint
2026-06-21T04:50:59.2606942Z         PASS [   0.049s] (  37/1167) spt::bin/spt api::reporting::tests::history_log_appends
2026-06-21T04:50:59.2900121Z         PASS [   0.064s] (  38/1167) spt::bin/spt api::reporting::tests::session_end_erase_refused_with_live_children
2026-06-21T04:50:59.3270649Z         PASS [   0.371s] (  39/1167) spt::bin/spt api::reporting::tests::boundary_injects_deferred_shell_context
2026-06-21T04:50:59.3601988Z         PASS [   0.129s] (  40/1167) spt::bin/spt api::reporting::tests::session_end_erase_wipes_childless_perch
2026-06-21T04:50:59.3614927Z         PASS [   0.125s] (  41/1167) spt::bin/spt api::reporting::tests::session_end_soft_preserves_state
2026-06-21T04:50:59.3878771Z         PASS [   0.061s] (  42/1167) spt::bin/spt api::startup::tests::empty_session_seed_refused
2026-06-21T04:50:59.3926899Z         PASS [   0.131s] (  43/1167) spt::bin/spt api::startup::tests::bind_assigns_home_and_revive_preserves_it
2026-06-21T04:50:59.4266463Z         PASS [   0.039s] (  44/1167) spt::bin/spt api::startup::tests::missing_seed_refused
2026-06-21T04:50:59.4372344Z         PASS [   0.076s] (  45/1167) spt::bin/spt api::startup::tests::live_perch_under_other_session_conflicts
2026-06-21T04:50:59.4601291Z         PASS [   0.170s] (  46/1167) spt::bin/spt api::startup::tests::bind_with_type_establishes_a_gateway_endpoint
2026-06-21T04:50:59.5129556Z         PASS [   0.415s] (  47/1167) spt::bin/spt api::reporting::tests::boundary_resurfaces_undismissed_notifs
2026-06-21T04:50:59.5204953Z         PASS [   0.129s] (  48/1167) spt::bin/spt api::startup::tests::post_spawn_bind_establishes_perch
2026-06-21T04:50:59.5213297Z         PASS [   0.061s] (  49/1167) spt::bin/spt api::startup::tests::seed_bind_records_seed_captured_cwd
2026-06-21T04:50:59.5362080Z         PASS [   0.177s] (  50/1167) spt::bin/spt api::startup::tests::establish_stamps_controllable_by_hosting_mode
2026-06-21T04:50:59.5521895Z         PASS [   0.291s] (  51/1167) spt::bin/spt api::startup::tests::bind_records_cwd_so_picker_can_group_by_project
2026-06-21T04:50:59.5555637Z         PASS [   0.129s] (  52/1167) spt::bin/spt api::startup::tests::rebind_same_session_ok
2026-06-21T04:50:59.5565383Z         PASS [   0.044s] (  53/1167) spt::bin/spt api::startup::tests::seed_fail_eof_gives_actionable_stale_broker_hint
2026-06-21T04:50:59.5634552Z         PASS [   0.043s] (  54/1167) spt::bin/spt api::startup::tests::stale_seed_with_dead_anchor_refused
2026-06-21T04:50:59.5792871Z         PASS [   0.042s] (  55/1167) spt::bin/spt api::tests::adapter_is_optional
2026-06-21T04:50:59.5863222Z         PASS [   2.412s] (  56/1167) spt::shell_actgate_e2e act_gate_blocks_command_until_class_scoped_grant
2026-06-21T04:50:59.5869205Z         PASS [   0.144s] (  57/1167) spt::bin/spt api::startup::tests::revive_without_cwd_preserves_prior_cwd
2026-06-21T04:50:59.5869929Z         PASS [   0.060s] (  58/1167) spt::bin/spt api::startup::tests::valid_seed_binds_live_perch
2026-06-21T04:50:59.5893350Z         PASS [   0.036s] (  59/1167) spt::bin/spt api::tests::ctx_manifest_override_wins_when_manifest_present
2026-06-21T04:50:59.5897086Z         PASS [   0.032s] (  60/1167) spt::bin/spt api::tests::ctx_manifest_unregistered_no_manifest_is_none_not_fatal
2026-06-21T04:50:59.5958093Z         PASS [   0.039s] (  61/1167) spt::bin/spt api::tests::ctx_manifest_resolves_from_registry_when_manifest_absent
2026-06-21T04:50:59.5968402Z         PASS [   0.018s] (  62/1167) spt::bin/spt api::tests::state_value_is_validated
2026-06-21T04:50:59.5995748Z         PASS [   0.036s] (  63/1167) spt::bin/spt api::tests::load_manifest_resolves_composite_adapter_option
2026-06-21T04:50:59.6411001Z         PASS [   0.058s] (  64/1167) spt::bin/spt api::tests::surface_parses
2026-06-21T04:50:59.6461237Z         PASS [   0.064s] (  65/1167) spt::bin/spt api::worker::tests::guard_clears_only_when_all_children_stopped
2026-06-21T04:50:59.6492272Z         PASS [   0.065s] (  66/1167) spt::bin/spt api::worker::tests::cascade_guard_tracks_live_children
2026-06-21T04:50:59.6570107Z         PASS [   0.059s] (  67/1167) spt::bin/spt cli::tests::access_subcommands_parse
2026-06-21T04:50:59.6602579Z         PASS [   0.064s] (  68/1167) spt::bin/spt api::worker::tests::worker_start_nests_under_parent
2026-06-21T04:50:59.6958783Z         PASS [   0.040s] (  69/1167) spt::bin/spt cli::tests::adapter_subcommands_parse
2026-06-21T04:50:59.7232622Z         PASS [   0.076s] (  70/1167) spt::bin/spt cli::tests::adapter_profile_verbs_local_only
2026-06-21T04:50:59.7282427Z         PASS [   0.081s] (  71/1167) spt::bin/spt cli::tests::adapter_string_verbs
2026-06-21T04:50:59.7320862Z         PASS [   0.068s] (  72/1167) spt::bin/spt cli::tests::adapter_use_sets_and_clears_pointer
2026-06-21T04:50:59.7367637Z         PASS [   0.040s] (  73/1167) spt::bin/spt cli::tests::applied_message_renders_semver_or_counter_fallback_and_states_applied
2026-06-21T04:50:59.7623016Z         PASS [   0.034s] (  74/1167) spt::bin/spt cli::tests::bare_spt_parses_to_none
2026-06-21T04:50:59.7652734Z         PASS [   0.038s] (  75/1167) spt::bin/spt cli::tests::bare_tty_guard
2026-06-21T04:50:59.7731975Z         PASS [   0.037s] (  76/1167) spt::bin/spt cli::tests::connection_lines_net_less_hides_stale_heartbeat
2026-06-21T04:50:59.7746030Z         PASS [   2.644s] (  77/1167) spt::live_resolve_e2e listen_without_adapter_resolves_from_host_binaries
2026-06-21T04:50:59.7767967Z         PASS [   0.055s] (  78/1167) spt::bin/spt cli::tests::apply_user_msg_gate_local_origination
2026-06-21T04:50:59.7854475Z         PASS [   0.024s] (  79/1167) spt::bin/spt cli::tests::create_existing_name_is_usage_error
2026-06-21T04:50:59.7872846Z         PASS [   0.022s] (  80/1167) spt::bin/spt cli::tests::create_new_existing_name_is_usage_error
2026-06-21T04:50:59.7951623Z         PASS [   0.020s] (  81/1167) spt::bin/spt cli::tests::create_not_elevated_refuses_without_saving
2026-06-21T04:50:59.8038107Z         PASS [   0.018s] (  82/1167) spt::bin/spt cli::tests::daemon_offline_hint_only_when_down
2026-06-21T04:50:59.8122816Z         PASS [   0.039s] (  83/1167) spt::bin/spt cli::tests::create_new_mints_shows_and_requests_save
2026-06-21T04:50:59.8134266Z         PASS [   0.026s] (  84/1167) spt::bin/spt cli::tests::daemon_subcommands_parse
2026-06-21T04:50:59.8138279Z         PASS [   0.019s] (  85/1167) spt::bin/spt cli::tests::digest_flag_defaults
2026-06-21T04:50:59.8143384Z         PASS [   0.037s] (  86/1167) spt::bin/spt cli::tests::create_prints_joining_material_when_elevated
2026-06-21T04:50:59.8213855Z         PASS [   0.018s] (  87/1167) spt::bin/spt cli::tests::empty_store_no_flag_guides_to_pair_or_create
2026-06-21T04:50:59.8246501Z         PASS [   0.236s] (  88/1167) spt::bin/spt api::worker::tests::worker_poll_holds_deferred_while_resting
2026-06-21T04:50:59.8275137Z         PASS [   0.015s] (  89/1167) spt::bin/spt cli::tests::endpoint_list_subnet_rows_align_and_label
2026-06-21T04:50:59.8315108Z         PASS [   0.244s] (  90/1167) spt::bin/spt api::worker::tests::worker_poll_drains_spool
2026-06-21T04:50:59.8417224Z         PASS [   0.028s] (  91/1167) spt::bin/spt cli::tests::endpoint_role_parses
2026-06-21T04:50:59.8608306Z         PASS [   0.036s] (  92/1167) spt::bin/spt cli::tests::escalation_choice_parses_fail_closed
2026-06-21T04:50:59.8639444Z         PASS [   0.042s] (  93/1167) spt::bin/spt cli::tests::endpoint_subcommands_parse
2026-06-21T04:50:59.8710964Z         PASS [   0.039s] (  94/1167) spt::bin/spt cli::tests::gh_release_version_compare_decision
2026-06-21T04:50:59.8754162Z         PASS [   0.034s] (  95/1167) spt::bin/spt cli::tests::grant_subcommands_parse
2026-06-21T04:50:59.9119339Z         PASS [   0.051s] (  96/1167) spt::bin/spt cli::tests::help_groups_cover_every_command
2026-06-21T04:50:59.9179431Z         PASS [   0.276s] (  97/1167) spt::bin/spt cli::tests::adapter_digest_proof_gates_on_drops
2026-06-21T04:50:59.9183738Z         PASS [   0.319s] (  98/1167) spt::bin/spt cli::tests::adapter_digest_proof_fills_session_id_key
2026-06-21T04:50:59.9413024Z         PASS [   0.127s] (  99/1167) spt::bin/spt cli::tests::endpoint_stop_marks_offline
2026-06-21T04:51:00.0346235Z         PASS [   2.904s] ( 100/1167) spt::poll_envelope_e2e api_poll_emits_whole_self_delimiting_events
2026-06-21T04:51:00.2837963Z         PASS [   0.412s] ( 101/1167) spt::bin/spt cli::tests::how_to_topics_cover_ready_and_send
2026-06-21T04:51:00.2846046Z         PASS [   0.419s] ( 102/1167) spt::bin/spt cli::tests::hot_path_flat_and_moved_verbs_gone
2026-06-21T04:51:00.2866481Z         PASS [   0.407s] ( 103/1167) spt::bin/spt cli::tests::invalid_usage_errors
2026-06-21T04:51:00.2868866Z         PASS [   0.372s] ( 104/1167) spt::bin/spt cli::tests::join_gate_refuses_without_confirmed_elevation
2026-06-21T04:51:00.2918543Z         PASS [   0.374s] ( 105/1167) spt::bin/spt cli::tests::local_section_always_renders_local_perches
2026-06-21T04:51:00.3291544Z         PASS [   0.036s] ( 106/1167) spt::bin/spt cli::tests::notify_subnet_resolution_home_default
2026-06-21T04:51:00.3292539Z         PASS [   0.377s] ( 107/1167) spt::bin/spt cli::tests::node_level_label_names_an_endpointless_peer
2026-06-21T04:51:00.3304201Z         PASS [   0.284s] ( 108/1167) spt::bin/spt cli::tests::node_rows_disambiguate_only_on_label_collision
2026-06-21T04:51:00.3344580Z         PASS [   0.036s] ( 109/1167) spt::bin/spt cli::tests::not_elevated_refuses_without_leaking_code_or_saving
2026-06-21T04:51:00.3394603Z         PASS [   0.403s] ( 110/1167) spt::bin/spt cli::tests::multi_subnet_refuses_without_flag_then_resolves_with_it
2026-06-21T04:51:00.3427343Z         PASS [   0.053s] ( 111/1167) spt::bin/spt cli::tests::node_status_rows_settle_cheap_signals_probe_only_stale
2026-06-21T04:51:00.3428066Z         PASS [   0.046s] ( 112/1167) spt::bin/spt cli::tests::origin_set_and_asset_urls_latest_and_tag
2026-06-21T04:51:00.3493950Z         PASS [   0.059s] ( 113/1167) spt::bin/spt cli::tests::notify_surface_parses
2026-06-21T04:51:00.3534300Z         PASS [   0.035s] ( 114/1167) spt::bin/spt cli::tests::pair_namespace_is_gone
2026-06-21T04:51:00.3559433Z         PASS [   0.037s] ( 115/1167) spt::bin/spt cli::tests::poll_online_fastpath_timeout_and_later_success
2026-06-21T04:51:00.3745450Z         PASS [   0.039s] ( 116/1167) spt::bin/spt cli::tests::prune_candidates_resolve_never_guess
2026-06-21T04:51:00.4184592Z         PASS [   0.058s] ( 117/1167) spt::bin/spt cli::tests::purge_offline_gate_and_self_guard
2026-06-21T04:51:00.4224250Z         PASS [   0.047s] ( 118/1167) spt::bin/spt cli::tests::ring_timeout_defaults
2026-06-21T04:51:00.4429015Z         PASS [   0.020s] ( 119/1167) spt::bin/spt cli::tests::self_pin_annotates_psyche_host_failure
2026-06-21T04:51:00.4603469Z         PASS [   0.018s] ( 120/1167) spt::bin/spt cli::tests::self_pin_includes_description_when_present
2026-06-21T04:51:00.4787663Z         PASS [   0.018s] ( 121/1167) spt::bin/spt cli::tests::send_target_optional_with_reply_to
2026-06-21T04:51:00.4820068Z         PASS [   0.080s] ( 122/1167) spt::bin/spt cli::tests::run_bounded_yields_value_or_timeout_default
2026-06-21T04:51:00.5124458Z         PASS [   0.033s] ( 123/1167) spt::bin/spt cli::tests::send_user_msg_flag_parses
2026-06-21T04:51:00.5323769Z         PASS [   0.197s] ( 124/1167) spt::bin/spt cli::tests::probe_all_timeout_settles_false_without_stalling_batch
2026-06-21T04:51:00.5555046Z         PASS [   3.424s] ( 125/1167) spt::contract_e2e cold_api_call_autostarts_daemon_and_handoff_is_in_memory
2026-06-21T04:51:00.5827743Z         PASS [   3.452s] ( 126/1167) spt::contract_e2e live_agent_lifecycle_e2e
2026-06-21T04:51:00.5868474Z         PASS [   0.231s] ( 127/1167) spt::bin/spt cli::tests::release_archive_extracts_to_a_registrable_root
2026-06-21T04:51:00.5871492Z         PASS [   0.265s] ( 128/1167) spt::bin/spt cli::tests::probe_all_runs_concurrently_in_input_order
2026-06-21T04:51:00.6463468Z         PASS [   0.132s] ( 129/1167) spt::bin/spt cli::tests::shell_owner_exclusivity_negatives
2026-06-21T04:51:00.6578164Z         PASS [   3.462s] ( 130/1167) spt::shell_e2e mock_shell_binary_drives_the_full_link
2026-06-21T04:51:00.7137197Z         PASS [   0.180s] ( 131/1167) spt::bin/spt cli::tests::shell_relink_relaunches_offline_instances_only
2026-06-21T04:51:00.7258218Z         PASS [   0.077s] ( 132/1167) spt::bin/spt cli::tests::show_code_prints_reprovisioning_material
2026-06-21T04:51:00.7259902Z         PASS [   0.082s] ( 133/1167) spt::bin/spt cli::tests::shell_subcommands_parse
2026-06-21T04:51:00.7793376Z         PASS [   0.192s] ( 134/1167) spt::bin/spt cli::tests::shell_spawn_profiled_option_resolves_and_shares_cap
2026-06-21T04:51:00.8305071Z         PASS [   0.051s] ( 135/1167) spt::bin/spt cli::tests::subcommands_parse
2026-06-21T04:51:00.8328438Z         PASS [   0.106s] ( 136/1167) spt::bin/spt cli::tests::single_subnet_auto_selects_and_code_matches_seed
2026-06-21T04:51:00.8339324Z         PASS [   0.122s] ( 137/1167) spt::bin/spt cli::tests::shutdown_soft_stops_and_suspends
2026-06-21T04:51:00.8585224Z         PASS [   0.025s] ( 138/1167) spt::bin/spt cli::tests::subnets_joined_banner_renders_rows_and_divider
2026-06-21T04:51:00.8601777Z         PASS [   0.028s] ( 139/1167) spt::bin/spt cli::tests::subnet_status_renders_rows_and_hints_never_secrets
2026-06-21T04:51:00.8759774Z         PASS [   0.044s] ( 140/1167) spt::bin/spt cli::tests::subnet_arg_shapes_parse
2026-06-21T04:51:00.8863126Z         PASS [   0.028s] ( 141/1167) spt::bin/spt cli::tests::trust_mutation_gate_refuses_without_confirmed_elevation
2026-06-21T04:51:00.8880461Z         PASS [   0.028s] ( 142/1167) spt::bin/spt cli::tests::unknown_elevation_falls_back
2026-06-21T04:51:00.8995343Z         PASS [   0.024s] ( 143/1167) spt::bin/spt cli::tests::unknown_named_subnet_is_usage_error
2026-06-21T04:51:00.9203523Z         PASS [   0.595s] ( 144/1167) spt::bin/spt cli::tests::probe_all_cap_batches_into_windows
2026-06-21T04:51:00.9261279Z         PASS [   0.040s] ( 145/1167) spt::bin/spt cli::tests::whoami_is_an_endpoint_list_alias
2026-06-21T04:51:00.9441038Z         PASS [   0.056s] ( 146/1167) spt::bin/spt elevation::tests::already_elevated_short_circuits_on_every_os
2026-06-21T04:51:00.9441955Z         PASS [   0.045s] ( 147/1167) spt::bin/spt elevation::tests::current_returns_a_determinate_level_on_supported_platforms
2026-06-21T04:51:00.9459458Z         PASS [   0.032s] ( 148/1167) spt::bin/spt elevation::tests::fallback_message_names_authenticator_app_and_subnet
2026-06-21T04:51:00.9563223Z         PASS [   0.400s] ( 149/1167) spt::bin/spt cli::tests::shell_spawn_approval_floor_gates
2026-06-21T04:51:00.9727805Z         PASS [   0.045s] ( 150/1167) spt::bin/spt elevation::tests::gate_shows_only_when_confirmed_elevated
2026-06-21T04:51:00.9788625Z         PASS [   0.034s] ( 151/1167) spt::bin/spt elevation::tests::launchers_never_shell_interpolate_a_crafted_arg
2026-06-21T04:51:00.9797955Z         PASS [   0.035s] ( 152/1167) spt::bin/spt elevation::tests::launcher_argv_is_absolute_exe_plus_verbatim_args
2026-06-21T04:51:00.9830582Z         PASS [   3.784s] ( 153/1167) spt::shell_sleepwake_e2e sleep_wake_cycle_drives_from_both_ends
2026-06-21T04:51:00.9836188Z         PASS [   0.037s] ( 154/1167) spt::bin/spt elevation::tests::print_hint_floor_uses_absolute_path_each_os
2026-06-21T04:51:00.9867594Z         PASS [   0.032s] ( 155/1167) spt::bin/spt elevation::tests::unix_path_order_tty_then_pkexec_then_terminal_then_hint
2026-06-21T04:51:00.9881307Z         PASS [   0.017s] ( 156/1167) spt::bin/spt elevation::tests::windows_uac_only_interactive_other_always_prints
2026-06-21T04:51:00.9920569Z         PASS [   0.014s] ( 157/1167) spt::bin/spt helpfmt::tests::atx_header_at_line_start_strips_and_bolds
2026-06-21T04:51:01.0088140Z         PASS [   0.028s] ( 158/1167) spt::bin/spt helpfmt::tests::bold_styles_with_color_and_strips_without
2026-06-21T04:51:01.0138800Z         PASS [   0.031s] ( 159/1167) spt::bin/spt helpfmt::tests::code_styles_with_color_and_strips_without
2026-06-21T04:51:01.0255149Z         PASS [   0.544s] ( 160/1167) spt::bin/spt cli::tests::shell_channels_relay_sensory_and_text_file
2026-06-21T04:51:01.0284842Z         PASS [   0.045s] ( 161/1167) spt::bin/spt helpfmt::tests::color_enabled_truth_table
2026-06-21T04:51:01.0405039Z         PASS [   0.049s] ( 162/1167) spt::bin/spt helpfmt::tests::dual_contract_token_survives_strip_mode
2026-06-21T04:51:01.0409947Z         PASS [   0.053s] ( 163/1167) spt::bin/spt helpfmt::tests::dual_contract_token_unstyled_while_prose_styles_on_color
2026-06-21T04:51:01.0452349Z         PASS [   0.316s] ( 164/1167) spt::bin/spt cli::tests::spt_hosted_no_relay_detection
2026-06-21T04:51:01.0458894Z         PASS [   0.053s] ( 165/1167) spt::bin/spt helpfmt::tests::empty_and_unmatched_markers_stay_literal
2026-06-21T04:51:01.0464152Z         PASS [   0.038s] ( 166/1167) spt::bin/spt helpfmt::tests::link_becomes_its_text
2026-06-21T04:51:01.0523642Z         PASS [   0.037s] ( 167/1167) spt::bin/spt helpfmt::tests::marker_never_spans_a_hard_break
2026-06-21T04:51:01.0525785Z         PASS [   0.023s] ( 168/1167) spt::bin/spt helpfmt::tests::multibyte_text_survives
2026-06-21T04:51:01.0526405Z         PASS [   0.026s] ( 169/1167) spt::bin/spt helpfmt::tests::marker_spans_a_clap_soft_wrap
2026-06-21T04:51:01.0556702Z         PASS [   0.019s] ( 170/1167) spt::bin/spt helpfmt::tests::nested_code_inside_bold_styles_both
2026-06-21T04:51:01.0598927Z         PASS [   0.019s] ( 171/1167) spt::bin/spt helpfmt::tests::plain_text_is_unchanged
2026-06-21T04:51:01.0631522Z         PASS [   0.021s] ( 172/1167) spt::bin/spt helpfmt::tests::preexisting_ansi_is_passed_through_untouched
2026-06-21T04:51:01.0675545Z         PASS [   0.022s] ( 173/1167) spt::bin/spt picker::data::tests::driven_by_display_renders_name_not_hex
2026-06-21T04:51:01.0731526Z         PASS [   0.026s] ( 174/1167) spt::bin/spt picker::data::tests::origin_project_unions_into_membership
2026-06-21T04:51:01.0743807Z         PASS [   0.022s] ( 175/1167) spt::bin/spt picker::data::tests::reconcile_overrides_subnet_with_local_roster
2026-06-21T04:51:01.0793316Z         PASS [   0.027s] ( 176/1167) spt::bin/spt picker::model::tests::adapter_tree_nests_profiles
2026-06-21T04:51:01.0838755Z         PASS [   3.953s] ( 177/1167) spt::quickstart_e2e published_messaging_quickstart_runs_as_written
2026-06-21T04:51:01.0852052Z         PASS [   0.032s] ( 178/1167) spt::bin/spt picker::model::tests::back_unwinds
2026-06-21T04:51:01.1007646Z         PASS [   0.040s] ( 179/1167) spt::bin/spt picker::model::tests::category_ring_wraps
2026-06-21T04:51:01.1008300Z         PASS [   0.036s] ( 180/1167) spt::bin/spt picker::model::tests::confirm_options_status_dependent
2026-06-21T04:51:01.1065827Z         PASS [   0.035s] ( 181/1167) spt::bin/spt picker::model::tests::confirm_terminal_routes
2026-06-21T04:51:01.1066590Z         PASS [   0.038s] ( 182/1167) spt::bin/spt picker::model::tests::create_outcome_bakes_run
2026-06-21T04:51:01.1072332Z         PASS [   0.034s] ( 183/1167) spt::bin/spt picker::model::tests::cursor_clamps
2026-06-21T04:51:01.1150165Z         PASS [   0.039s] ( 184/1167) spt::bin/spt picker::model::tests::display_status_four_state_type_gated
2026-06-21T04:51:01.1167732Z         PASS [   0.031s] ( 185/1167) spt::bin/spt picker::model::tests::kind_routes
2026-06-21T04:51:01.1168325Z         PASS [   0.036s] ( 186/1167) spt::bin/spt picker::model::tests::filter_narrows
2026-06-21T04:51:01.1191163Z         PASS [   0.024s] ( 187/1167) spt::bin/spt picker::model::tests::resume_outcome_bakes_session
2026-06-21T04:51:01.1194538Z         PASS [   0.035s] ( 188/1167) spt::bin/spt picker::model::tests::prefill_jumps_to_create
2026-06-21T04:51:01.1303673Z         PASS [   0.035s] ( 189/1167) spt::bin/spt picker::model::tests::reenter_create_keeps_or_clears_id
2026-06-21T04:51:01.1320435Z         PASS [   0.034s] ( 190/1167) spt::bin/spt picker::model::tests::resume_title_render
2026-06-21T04:51:01.1354572Z         PASS [   0.030s] ( 191/1167) spt::bin/spt picker::model::tests::status_square_is_online_offline_only
2026-06-21T04:51:01.1438345Z         PASS [   0.036s] ( 192/1167) spt::bin/spt picker::model::tests::visible_partitions_and_sorts
2026-06-21T04:51:01.1457795Z         PASS [   0.030s] ( 193/1167) spt::bin/spt picker::shortcut::tests::bakes_create_attach_by_default
2026-06-21T04:51:01.1520564Z         PASS [   0.033s] ( 194/1167) spt::bin/spt picker::shortcut::tests::sentinel_detection
2026-06-21T04:51:01.1593562Z         PASS [   0.044s] ( 195/1167) spt::bin/spt picker::shortcut::tests::basename_is_parameterized
2026-06-21T04:51:01.1654705Z         PASS [   0.047s] ( 196/1167) spt::bin/spt picker::shortcut::tests::bakes_resume_and_action
2026-06-21T04:51:01.1724389Z         PASS [   0.041s] ( 197/1167) spt::bin/spt picker::view::tests::adapter_tree_buffer
2026-06-21T04:51:01.1816685Z         PASS [   0.048s] ( 198/1167) spt::bin/spt picker::view::tests::confirm_buffer_options
2026-06-21T04:51:01.1817298Z         PASS [   0.046s] ( 199/1167) spt::bin/spt picker::view::tests::kind_buffer
2026-06-21T04:51:01.1846038Z         PASS [   0.042s] ( 200/1167) spt::bin/spt picker::view::tests::pick_buffer_has_squares_and_description
2026-06-21T04:51:01.1906831Z         PASS [   0.047s] ( 201/1167) spt::bin/spt picker::view::tests::pick_empty_category_hint
2026-06-21T04:51:01.2031576Z         PASS [   0.081s] ( 202/1167) spt::bin/spt picker::shortcut::tests::write_create_update_refuse
2026-06-21T04:51:01.2064350Z         PASS [   0.617s] ( 203/1167) spt::bin/spt cli::tests::shell_spawn_cap_and_over_cap_gates
2026-06-21T04:51:01.2173578Z         PASS [   0.035s] ( 204/1167) spt::bin/spt rc::tests::classify_read_err_eof_is_graceful_not_fatal
2026-06-21T04:51:01.2178085Z         PASS [   0.043s] ( 205/1167) spt::bin/spt rc::tests::bracketed_paste_framing_is_exact_and_content_verbatim
2026-06-21T04:51:01.2227814Z         PASS [   0.062s] ( 206/1167) spt::bin/spt picker::view::tests::pick_status_line_four_state
2026-06-21T04:51:01.2231761Z         PASS [   0.057s] ( 207/1167) spt::bin/spt picker::view::tests::resume_buffer_lists_sessions
2026-06-21T04:51:01.2284617Z         PASS [   0.045s] ( 208/1167) spt::bin/spt rc::tests::clipboard_paste_wraps_nonempty_and_noops_on_empty_or_failure
2026-06-21T04:51:01.2293481Z         PASS [   0.029s] ( 209/1167) spt::bin/spt rc::tests::key_event_step_detach_sm
2026-06-21T04:51:01.2320384Z         PASS [   0.044s] ( 210/1167) spt::bin/spt rc::tests::detach_keybind_semantics
2026-06-21T04:51:01.2332984Z         PASS [   0.038s] ( 211/1167) spt::bin/spt rc::tests::detach_prefix_spans_chunks
2026-06-21T04:51:01.2349877Z         PASS [   0.071s] ( 212/1167) spt::bin/spt rc::tests::attach_offline_endpoint_short_circuits_clean
2026-06-21T04:51:01.2445969Z         PASS [   0.029s] ( 213/1167) spt::bin/spt rc::tests::mouse_is_paste_only_right_button_down
2026-06-21T04:51:01.2516808Z         PASS [   0.043s] ( 214/1167) spt::bin/spt rc::tests::first_event_stall_decision
2026-06-21T04:51:01.2549695Z         PASS [   0.038s] ( 215/1167) spt::bin/spt rc::tests::mouse_mode_decset_scan_survives_split_across_chunks
2026-06-21T04:51:01.2601199Z         PASS [   0.043s] ( 216/1167) spt::bin/spt rc::tests::op_minter_distinct_and_monotonic
2026-06-21T04:51:01.2645009Z         PASS [   0.046s] ( 217/1167) spt::bin/spt rc::tests::mouse_mode_decset_scan_tracks_enable_and_sgr
2026-06-21T04:51:01.2663875Z         PASS [   0.037s] ( 218/1167) spt::bin/spt rc::tests::scroll_sgr_emits_exact_xterm_bytes
2026-06-21T04:51:01.2671441Z         PASS [   0.041s] ( 219/1167) spt::bin/spt rc::tests::scroll_dir_classifies_wheel_only
2026-06-21T04:51:01.2693892Z         PASS [   0.040s] ( 220/1167) spt::bin/spt rc::tests::translate_key_event_emits_exact_xterm_vt
2026-06-21T04:51:01.2837750Z         PASS [   0.054s] ( 221/1167) spt::bin/spt wansend::tests::load_snapshots_degrades_on_junk
2026-06-21T04:51:01.4346724Z         PASS [   3.093s] ( 222/1167) spt::tunnel_e2e shell_tunnel_round_trips_opaque_bytes_through_the_real_surfaces
2026-06-21T04:51:01.4349808Z         PASS [   1.622s] ( 223/1167) spt::bin/spt cli::tests::endpoint_role_overwrite_is_the_sole_writer
2026-06-21T04:51:01.5187317Z         PASS [   0.285s] ( 224/1167) spt::bin/spt wansend::tests::refusals_render_copy_paste_targets
2026-06-21T04:51:01.5433483Z         PASS [   0.276s] ( 225/1167) spt-daemon adapter_update::tests::delegated_attested_delegates_command
2026-06-21T04:51:01.5498624Z         PASS [   0.280s] ( 226/1167) spt-daemon adapter_update::tests::delegated_unattested_is_skipped
2026-06-21T04:51:01.5624045Z         PASS [   0.300s] ( 227/1167) spt-daemon access::tests::reply_passes_where_unsolicited_refused
2026-06-21T04:51:01.5651821Z         PASS [   0.296s] ( 228/1167) spt-daemon adapter_update::tests::file_pull_tampered_bytes_rejected
2026-06-21T04:51:01.5656545Z         PASS [   0.130s] ( 229/1167) spt-daemon adapter_update::tests::file_pull_without_payload_is_skipped
2026-06-21T04:51:01.5657558Z         PASS [   0.305s] ( 230/1167) spt-daemon access::tests::same_node_always_passes_without_minting
2026-06-21T04:51:01.5672924Z         PASS [   0.284s] ( 231/1167) spt-daemon adapter_update::tests::file_pull_verified_against_adapter_key
2026-06-21T04:51:01.5679058Z         PASS [   0.049s] ( 232/1167) spt-daemon adapter_update::tests::gh_release_is_managed_cli_side_not_in_pure_plan
2026-06-21T04:51:01.5695281Z         PASS [   0.317s] ( 233/1167) spt-daemon access::tests::gate_decision_table
2026-06-21T04:51:01.5827760Z         PASS [   0.145s] ( 234/1167) spt-daemon adapter_update::tests::file_pull_wrong_key_rejected
2026-06-21T04:51:01.5904873Z         PASS [   0.046s] ( 235/1167) spt-daemon adapter_update::tests::ripple_conducts_each_adapter_in_order
2026-06-21T04:51:01.6314778Z         PASS [   0.031s] ( 236/1167) spt-daemon brainproc::tests::appended_padding_flips_exe_hash
2026-06-21T04:51:01.6436800Z         PASS [   0.096s] ( 237/1167) spt-daemon adapter_update::tests::ripple_registered_uses_the_registered_set
2026-06-21T04:51:01.6523173Z         PASS [   0.069s] ( 238/1167) spt-daemon applyhost::tests::brain_restart_verb_raises_the_supervisor_signal
2026-06-21T04:51:01.6687223Z         PASS [   0.033s] ( 239/1167) spt-daemon brainproc::tests::backoff_doubles_on_fast_death_resets_when_healthy
2026-06-21T04:51:01.6687984Z         PASS [   0.097s] ( 240/1167) spt-daemon applyhost::tests::apply_staged_without_broker_hosted_sessions_swaps_binary
2026-06-21T04:51:01.6772270Z         PASS [   0.109s] ( 241/1167) spt-daemon applyhost::tests::apply_staged_update_set_refuses_broker_touching_payloads
2026-06-21T04:51:01.6921478Z         PASS [   0.125s] ( 242/1167) spt-daemon applyhost::tests::apply_staged_swaps_binary_and_hands_off_without_touching_the_endpoint
2026-06-21T04:51:01.6924030Z         PASS [   0.024s] ( 243/1167) spt-daemon brainproc::tests::consumer_gate_spawns_once_when_net_enabled
2026-06-21T04:51:01.6924876Z         PASS [   0.126s] ( 244/1167) spt-daemon applyhost::tests::apply_staged_refuses_a_quarantined_version
2026-06-21T04:51:01.6937958Z         PASS [   0.126s] ( 245/1167) spt-daemon applyhost::tests::apply_staged_update_set_selects_local_platform_artifact
2026-06-21T04:51:01.6939111Z         PASS [   0.050s] ( 246/1167) spt-daemon brainproc::tests::brain_child_args_carry_generation_and_reason
2026-06-21T04:51:01.6945669Z         PASS [   0.128s] ( 247/1167) spt-daemon applyhost::tests::apply_staged_refuses_platform_blind_or_mismatched_single
2026-06-21T04:51:01.6954672Z         PASS [   0.046s] ( 248/1167) spt-daemon brainproc::tests::bytes_gate_truth_table
2026-06-21T04:51:01.6976564Z         PASS [   0.137s] ( 249/1167) spt-daemon applyhost::tests::apply_staged_gates_fail_closed_with_the_seat_untouched
2026-06-21T04:51:01.7133893Z         PASS [   0.022s] ( 250/1167) spt-daemon brainproc::tests::ready_exe_hash_parses_and_is_n1_readable
2026-06-21T04:51:01.7199098Z         PASS [   0.044s] ( 251/1167) spt-daemon brainproc::tests::planned_restart_respawns_with_update_reason
2026-06-21T04:51:01.7303033Z         PASS [   0.039s] ( 252/1167) spt-daemon brainproc::tests::ready_but_wrong_bytes_rolls_back_never_promotes
2026-06-21T04:51:01.7305149Z         PASS [   0.037s] ( 253/1167) spt-daemon brainproc::tests::ready_generation_parses_stamp_and_fails_safe
2026-06-21T04:51:01.7315001Z         PASS [   0.038s] ( 254/1167) spt-daemon brainproc::tests::rollback_running_version_is_prior_not_n_minus_one
2026-06-21T04:51:01.7366666Z         PASS [   0.040s] ( 255/1167) spt-daemon brainproc::tests::select_brain_exe_prefers_canonical_over_per_spawn_current_exe
2026-06-21T04:51:01.7370294Z         PASS [   0.046s] ( 256/1167) spt-daemon brainproc::tests::ready_generation_at_reads_file_and_absent_is_none
2026-06-21T04:51:01.7416365Z         PASS [   0.046s] ( 257/1167) spt-daemon brainproc::tests::rolled_back_record_spawns_rollback_binary_on_a_fresh_supervisor
2026-06-21T04:51:01.7459042Z         PASS [   0.026s] ( 258/1167) spt-daemon brainproc::tests::start_reason_arg_round_trips_and_is_lenient
2026-06-21T04:51:01.7797144Z         PASS [   0.038s] ( 259/1167) spt-daemon broker::tests::advance_delivered_is_monotonic
2026-06-21T04:51:01.7843391Z         PASS [   0.038s] ( 260/1167) spt-daemon broker::tests::apply_once_enqueues_ptywrite_exactly_once_and_dedups_replay
2026-06-21T04:51:01.7950642Z         PASS [   0.011s] ( 261/1167) spt-daemon broker::tests::delivered_cursor_advances_only_on_ok_and_is_monotonic
2026-06-21T04:51:01.8045468Z         PASS [   0.009s] ( 262/1167) spt-daemon broker::tests::input_enqueue_drops_and_stamps_on_full_then_heals_on_drain
2026-06-21T04:51:01.8136923Z         PASS [   0.570s] ( 263/1167) spt::bin/spt wansend::tests::wan_send_ships_to_the_resolved_node
2026-06-21T04:51:01.8160031Z         PASS [   0.011s] ( 264/1167) spt-daemon broker::tests::input_writer_preserves_strict_fifo_order_through_the_sole_writer
2026-06-21T04:51:01.8253975Z         PASS [   0.012s] ( 265/1167) spt-daemon broker::tests::sessions_reply_resume_seq_defaults_when_absent
2026-06-21T04:51:01.8300433Z         PASS [   0.014s] ( 266/1167) spt-daemon broker::tests::superseded_controller_writer_is_epoch_gated_silent_one_live_writer_per_conn
2026-06-21T04:51:01.8369783Z         PASS [   0.011s] ( 267/1167) spt-daemon broker::tests::viewer_overflow_or_disconnect_evicts_never_blocks
2026-06-21T04:51:01.8412395Z         PASS [   0.011s] ( 268/1167) spt-daemon codec::tests::back_to_back_frames_decode_independently
2026-06-21T04:51:01.8476363Z         PASS [   0.011s] ( 269/1167) spt-daemon codec::tests::frame_round_trips_through_buffer
2026-06-21T04:51:01.8521670Z         PASS [   0.011s] ( 270/1167) spt-daemon codec::tests::oversized_prefix_rejected
2026-06-21T04:51:01.8632923Z         PASS [   0.016s] ( 271/1167) spt-daemon config::tests::auto_suspend_knob_is_opt_in_default_off
2026-06-21T04:51:01.8677446Z         PASS [   0.016s] ( 272/1167) spt-daemon config::tests::crash_grace_is_config_driven
2026-06-21T04:51:01.8807114Z         PASS [   0.017s] ( 273/1167) spt-daemon config::tests::detached_subnets_knob_defaults_empty
2026-06-21T04:51:01.8840495Z         PASS [   0.016s] ( 274/1167) spt-daemon config::tests::full_auto_update_is_gated_by_default
2026-06-21T04:51:01.8961693Z         PASS [   0.012s] ( 275/1167) spt-daemon config::tests::missing_file_is_default
2026-06-21T04:51:01.8985723Z         PASS [   0.018s] ( 276/1167) spt-daemon config::tests::malformed_file_degrades_to_default
2026-06-21T04:51:01.9191959Z         PASS [   0.023s] ( 277/1167) spt-daemon config::tests::pulse_period_is_config_driven
2026-06-21T04:51:01.9298351Z         PASS [   0.031s] ( 278/1167) spt-daemon config::tests::relay_choice_is_config_driven
2026-06-21T04:51:01.9367735Z         PASS [   0.018s] ( 279/1167) spt-daemon config::tests::save_load_roundtrip
2026-06-21T04:51:01.9419170Z         PASS [   0.012s] ( 280/1167) spt-daemon consent::tests::decide_honors_full_auto_flag
2026-06-21T04:51:01.9470222Z         PASS [   0.254s] ( 281/1167) spt-daemon brainproc::tests::ready_with_matching_bytes_promotes
2026-06-21T04:51:01.9615796Z         PASS [   0.025s] ( 282/1167) spt-daemon consent::tests::no_live_session_resolves_to_none
2026-06-21T04:51:01.9938535Z         PASS [   0.257s] ( 283/1167) spt-daemon brainproc::tests::trial_promotes_on_ready_then_supervises_the_accepted_binary
2026-06-21T04:51:01.9993900Z         PASS [   0.057s] ( 284/1167) spt-daemon consent::tests::resolves_most_recently_active_live_session
2026-06-21T04:51:02.0080460Z         PASS [   0.014s] ( 285/1167) spt-daemon daemon::tests::drive_ladder_all_err_returns_last_err
2026-06-21T04:51:02.0124147Z         PASS [   0.013s] ( 286/1167) spt-daemon daemon::tests::drive_ladder_falls_through_to_next_rung_on_err
2026-06-21T04:51:02.0219895Z         PASS [   0.014s] ( 287/1167) spt-daemon daemon::tests::drive_ladder_picks_first_ok_rung
2026-06-21T04:51:02.0222507Z         PASS [   0.779s] ( 288/1167) spt::bin/spt wansend::tests::remote_rest_suspends_and_wakes_with_the_deferred_gate
2026-06-21T04:51:02.0334244Z         PASS [   0.021s] ( 289/1167) spt-daemon daemon::tests::is_running_tracks_the_seed_channel
2026-06-21T04:51:02.0374600Z         PASS [   0.015s] ( 290/1167) spt-daemon daemon::tests::launch_ladder_order_is_wmi_schtasks_breakaway_injob
2026-06-21T04:51:02.0428060Z         PASS [   0.019s] ( 291/1167) spt-daemon daemon::tests::net_retry_backoff_doubles_then_caps
2026-06-21T04:51:02.0503002Z         PASS [   0.017s] ( 292/1167) spt-daemon daemon::tests::windows_arg_quoting_roundtrips_the_rules
2026-06-21T04:51:02.0521498Z         PASS [   0.015s] ( 293/1167) spt-daemon daemon::tests::wmi_create_script_carries_the_no_window_startup_spec
2026-06-21T04:51:02.0558841Z         PASS [   0.014s] ( 294/1167) spt-daemon deadline::tests::advance_after_fire_steps_one_grid_normally_and_collapses_a_stall
2026-06-21T04:51:02.0717088Z         PASS [   0.021s] ( 295/1167) spt-daemon deadline::tests::cold_and_crash_write_fresh_anchor_at_now
2026-06-21T04:51:02.0723360Z         PASS [   0.016s] ( 296/1167) spt-daemon deadline::tests::distinct_keys_do_not_cross_clobber
2026-06-21T04:51:02.0746230Z         PASS [   0.022s] ( 297/1167) spt-daemon deadline::tests::corrupt_file_degrades_to_fresh
2026-06-21T04:51:02.0835930Z         PASS [   0.012s] ( 298/1167) spt-daemon deadline::tests::next_fire_between_grid_points_rounds_up
2026-06-21T04:51:02.0870827Z         PASS [   0.015s] ( 299/1167) spt-daemon deadline::tests::next_fire_long_jump_collapses_missed_ticks_to_one
2026-06-21T04:51:02.0906579Z         PASS [   0.016s] ( 300/1167) spt-daemon deadline::tests::next_fire_on_grid_returns_now_and_advances_strictly
2026-06-21T04:51:02.0964719Z         PASS [   0.013s] ( 301/1167) spt-daemon deadline::tests::next_fire_saturates_when_now_precedes_anchor
2026-06-21T04:51:02.0999676Z         PASS [   0.013s] ( 302/1167) spt-daemon deadline::tests::one_shot_fires_at_or_after_target_and_never_resets
2026-06-21T04:51:02.1136601Z         PASS [   0.023s] ( 303/1167) spt-daemon deadline::tests::update_keeps_anchor_and_refreshes_interval
2026-06-21T04:51:02.1180395Z         PASS [   0.021s] ( 304/1167) spt-daemon deadline::tests::update_with_no_file_falls_back_fresh
2026-06-21T04:51:02.1198674Z         PASS [   0.020s] ( 305/1167) spt-daemon deadline::tests::zero_interval_degrades_to_config_default
2026-06-21T04:51:02.1199450Z         LEAK [   0.467s] ( 306/1167) spt-daemon brainproc::tests::clear_before_spawn_defeats_exact_generation_stale_file
2026-06-21T04:51:02.1265197Z         PASS [   0.013s] ( 307/1167) spt-daemon deelevate::tests::env_overlay_keeps_explicit_spt_home_alive
2026-06-21T04:51:02.1303940Z         PASS [   0.012s] ( 308/1167) spt-daemon deelevate::tests::plan_spawn_deelevates_only_with_a_target
2026-06-21T04:51:02.1416643Z         PASS [   0.021s] ( 309/1167) spt-daemon digest::tests::common_prefix_len_finds_the_unchanged_head
2026-06-21T04:51:02.1479165Z         PASS [   0.016s] ( 310/1167) spt-daemon digest::tests::merge_by_ts_interleaves_context
2026-06-21T04:51:02.1604130Z         PASS [   0.034s] ( 311/1167) spt-daemon digest::tests::log_less_two_origin_merge_interleaves_by_ts
2026-06-21T04:51:02.1617806Z         PASS [   0.015s] ( 312/1167) spt-daemon digest::tests::projects_empty_for_a_sourceless_endpoint
2026-06-21T04:51:02.1747402Z         PASS [   0.034s] ( 313/1167) spt-daemon digest::tests::projects_a_log_less_endpoint_from_digest_log
2026-06-21T04:51:02.1773439Z         PASS [   0.017s] ( 314/1167) spt-daemon digest::tests::resolve_config_precedence
2026-06-21T04:51:02.1779702Z         PASS [   0.016s] ( 315/1167) spt-daemon digesthub::tests::dropped_subscriber_is_pruned
2026-06-21T04:51:02.1873638Z         PASS [   0.013s] ( 316/1167) spt-daemon digesthub::tests::project_and_publish_stores_latest
2026-06-21T04:51:02.1912893Z         PASS [   0.014s] ( 317/1167) spt-daemon digesthub::tests::publish_delta_is_tail_then_full_refresh
2026-06-21T04:51:02.1940708Z         PASS [   0.016s] ( 318/1167) spt-daemon digesthub::tests::render_is_glanceable
2026-06-21T04:51:02.1996140Z         PASS [   0.012s] ( 319/1167) spt-daemon digesthub::tests::subscribe_returns_current_base
2026-06-21T04:51:02.2040279Z         PASS [   0.013s] ( 320/1167) spt-daemon dispatch::tests::classifies_every_family_by_first_line_shape
2026-06-21T04:51:02.2072581Z         PASS [   0.477s] ( 321/1167) spt-daemon brainproc::tests::supervisor_respawns_brain_until_stopped
2026-06-21T04:51:02.2073478Z         PASS [   0.013s] ( 322/1167) spt-daemon dispatch::tests::unknown_shapes_refuse_classification
2026-06-21T04:51:02.2075104Z         PASS [   0.477s] ( 323/1167) spt-daemon brainproc::tests::supervisor_owns_generation_and_stamps_start_reason
2026-06-21T04:51:02.2126715Z         PASS [   0.013s] ( 324/1167) spt-daemon drivehub::tests::clear_evicts_the_slot
2026-06-21T04:51:02.2145488Z         PASS [   0.253s] ( 325/1167) spt-daemon daemon::tests::detached_no_inherit_falls_back_under_a_breakaway_denying_job
2026-06-21T04:51:02.2167665Z         PASS [   0.013s] ( 326/1167) spt-daemon drivehub::tests::dead_generation_frame_is_never_served
2026-06-21T04:51:02.2203234Z         PASS [   0.013s] ( 327/1167) spt-daemon drivehub::tests::slots_are_per_owner
2026-06-21T04:51:02.2234292Z         PASS [   0.016s] ( 328/1167) spt-daemon drivehub::tests::take_is_exactly_once
2026-06-21T04:51:02.2308521Z         PASS [   0.023s] ( 329/1167) spt-daemon drivehub::tests::write_is_latest_wins
2026-06-21T04:51:02.2382554Z         PASS [   0.024s] ( 330/1167) spt-daemon effect::tests::apply_once_does_not_hold_the_journal_lock_across_effect
2026-06-21T04:51:02.2512618Z         PASS [   0.028s] ( 331/1167) spt-daemon effect::tests::open_creates_missing_parent_dirs
2026-06-21T04:51:02.2684448Z         PASS [   0.017s] ( 332/1167) spt-daemon frame::tests::envelope_with_unknown_trailing_field_decodes_on_older_peer
2026-06-21T04:51:02.2769277Z         PASS [   0.064s] ( 333/1167) spt-daemon effect::tests::applied_set_survives_reopen
2026-06-21T04:51:02.2770080Z         PASS [   0.039s] ( 334/1167) spt-daemon effect::tests::second_apply_for_same_key_is_deduped
2026-06-21T04:51:02.2792702Z         PASS [   0.159s] ( 335/1167) spt-daemon digest::tests::extractor_spans_sessions_with_a_boundary_marker
2026-06-21T04:51:02.2797587Z         PASS [   0.049s] ( 336/1167) spt-daemon effect::tests::ptywrite_skips_the_durable_journal_write_while_netsend_persists
2026-06-21T04:51:02.2822115Z         PASS [   0.335s] ( 337/1167) spt-daemon daemon::tests::breakaway_spawn_escapes_a_kill_on_close_job
2026-06-21T04:51:02.2840783Z         PASS [   0.067s] ( 338/1167) spt-daemon effect::tests::failed_effect_is_not_recorded_applied
2026-06-21T04:51:02.2879875Z         PASS [   0.019s] ( 339/1167) spt-daemon frame::tests::handshake_accepts_newer_brain_on_older_broker
2026-06-21T04:51:02.2903059Z         PASS [   0.013s] ( 340/1167) spt-daemon frame::tests::handshake_rejects_below_floor
2026-06-21T04:51:02.2943765Z         PASS [   0.017s] ( 341/1167) spt-daemon frame::tests::handshake_rejects_role_mismatch
2026-06-21T04:51:02.2970924Z         PASS [   0.018s] ( 342/1167) spt-daemon frame::tests::unknown_kind_is_not_a_decode_error
2026-06-21T04:51:02.3000775Z         PASS [   0.020s] ( 343/1167) spt-daemon grants::tests::escalation_answers_apply
2026-06-21T04:51:02.3035503Z         PASS [   0.021s] ( 344/1167) spt-daemon grants::tests::escalation_ask_body_roundtrip
2026-06-21T04:51:02.3138894Z         PASS [   0.026s] ( 345/1167) spt-daemon grants::tests::no_session_escalates_with_none_target
2026-06-21T04:51:02.3200689Z         PASS [   0.030s] ( 346/1167) spt-daemon grants::tests::preconsent_flags_author_grants
2026-06-21T04:51:02.3228809Z         PASS [   0.028s] ( 347/1167) spt-daemon grants::tests::reserved_capabilities_refuse_even_when_granted
2026-06-21T04:51:02.3275093Z         PASS [   0.030s] ( 348/1167) spt-daemon grants::tests::ungranted_escalates_granted_allows
2026-06-21T04:51:02.3307868Z         PASS [   0.031s] ( 349/1167) spt-daemon harnesshost::tests::mint_session_id_is_fresh_hex
2026-06-21T04:51:02.3328663Z         PASS [   0.029s] ( 350/1167) spt-daemon harnesshost::tests::prepare_fails_closed_on_wrong_kind_missing_role_and_bad_template
2026-06-21T04:51:02.3376476Z         PASS [   0.024s] ( 351/1167) spt-daemon harnesshost::tests::prepare_fills_env_inject_values_with_substitution
2026-06-21T04:51:02.3403490Z         PASS [   0.020s] ( 352/1167) spt-daemon harnesshost::tests::prepare_fills_id_and_session_into_self_command
2026-06-21T04:51:02.3438173Z         PASS [   0.021s] ( 353/1167) spt-daemon harnesshost::tests::prepare_resume_falls_back_to_self_when_no_resume_role
2026-06-21T04:51:02.3468827Z         PASS [   0.019s] ( 354/1167) spt-daemon harnesshost::tests::prepare_selects_resume_template_on_resume_else_self
2026-06-21T04:51:02.3506489Z         PASS [   0.020s] ( 355/1167) spt-daemon harnesshost::tests::prepare_threads_translation_binary_path_when_declared
2026-06-21T04:51:02.3955561Z         LEAK [   0.664s] ( 356/1167) spt-daemon brainproc::tests::trial_kills_alive_never_ready_candidate_before_rollback
2026-06-21T04:51:02.3956373Z         LEAK [   0.682s] ( 357/1167) spt-daemon brainproc::tests::stale_generation_minus_one_ready_never_promotes
2026-06-21T04:51:02.4346366Z         PASS [   0.697s] ( 358/1167) spt-daemon brainproc::tests::trial_rolls_back_after_budget_of_pre_ready_exits
2026-06-21T04:51:02.4941199Z         PASS [   0.150s] ( 359/1167) spt-daemon lifecycle::tests::harness_owner_gone_anchors_on_parent_pid
2026-06-21T04:51:02.4949733Z         PASS [   0.162s] ( 360/1167) spt-daemon lifecycle::tests::crash_signoff_spares_recovered_self
2026-06-21T04:51:02.4973237Z         PASS [   0.147s] ( 361/1167) spt-daemon lifecycle::tests::orphan_watch_honors_stop_for_live_owner
2026-06-21T04:51:02.6227249Z         PASS [   0.284s] ( 362/1167) spt-daemon lifecycle::tests::crash_signoff_tears_down_when_still_gone
2026-06-21T04:51:02.6240670Z         PASS [   0.277s] ( 363/1167) spt-daemon lifecycle::tests::orphan_watch_fires_on_dead_owner
2026-06-21T04:51:02.6252539Z         PASS [   0.285s] ( 364/1167) spt-daemon lifecycle::tests::daemon_hosted_psyche_liveness_is_status_not_pid
2026-06-21T04:51:02.6478147Z         PASS [   0.023s] ( 365/1167) spt-daemon linkhost::tests::per_capability_act_gate_blocks_until_class_scoped_grant
2026-06-21T04:51:02.7480514Z         PASS [   0.352s] ( 366/1167) spt-daemon lifecycle::tests::pulse_loop_does_not_write_anchor_per_fire
2026-06-21T04:51:02.8044135Z         PASS [   0.409s] ( 367/1167) spt-daemon lifecycle::tests::pulse_loop_is_config_paced_and_killable
2026-06-21T04:51:02.8617128Z         PASS [   0.368s] ( 368/1167) spt-daemon lifecycle::tests::pulse_recency_and_auto_suspend_follow_resting_state
2026-06-21T04:51:02.8632246Z         PASS [   0.429s] ( 369/1167) spt-daemon lifecycle::tests::pulse_loop_update_preserves_phase_crash_rebases
2026-06-21T04:51:02.8880232Z         PASS [   0.667s] ( 370/1167) spt-daemon effect::tests::gauntlet_is_exactly_once_across_brain_crashes
2026-06-21T04:51:02.8929364Z         PASS [   0.246s] ( 371/1167) spt-daemon linkhost::tests::run_action_drive_drops_offline_without_wake_or_spool
2026-06-21T04:51:02.9055706Z         PASS [   0.283s] ( 372/1167) spt-daemon linkhost::tests::gateway_typed_owner_resolves_and_drives_keyed_on_id_not_type
2026-06-21T04:51:02.9219747Z         PASS [   0.297s] ( 373/1167) spt-daemon linkhost::tests::prepare_drive_is_live_or_drop_and_never_spools
2026-06-21T04:51:02.9257165Z         PASS [   0.178s] ( 374/1167) spt-daemon linkhost::tests::run_action_refuses_gated_op_without_spooling
2026-06-21T04:51:02.9292669Z         PASS [   0.040s] ( 375/1167) spt-daemon livehost::tests::orphan_reap_is_id_specific_spares_a_same_basename_sibling
2026-06-21T04:51:02.9635954Z         PASS [   0.158s] ( 376/1167) spt-daemon linkhost::tests::run_action_relinks_drives_and_refuses
2026-06-21T04:51:02.9830369Z         PASS [   0.090s] ( 377/1167) spt-daemon livehost::tests::pull_liveness_marks_sessionless_spt_hosted_offline_only
2026-06-21T04:51:02.9896340Z         PASS [   0.084s] ( 378/1167) spt-daemon livehost::tests::pull_reconcile_offlines_perch_when_broker_session_dies
2026-06-21T04:51:02.9904939Z         PASS [   0.706s] ( 379/1167) spt-daemon grants::tests::escalation_notif_fires_to_most_recent_and_roundtrips
2026-06-21T04:51:03.0040765Z         PASS [   0.015s] ( 380/1167) spt-daemon livehost::tests::residency_classification
2026-06-21T04:51:03.0113949Z         PASS [   0.049s] ( 381/1167) spt-daemon livehost::tests::reconcile_skips_an_offline_live_endpoint
2026-06-21T04:51:03.0215958Z         PASS [   0.017s] ( 382/1167) spt-daemon machineid::tests::hash_is_domain_separated_and_stable
2026-06-21T04:51:03.0269254Z         PASS [   0.016s] ( 383/1167) spt-daemon machineid::tests::machine_id_hash_resolves_and_is_stable
2026-06-21T04:51:03.0347390Z         PASS [   0.013s] ( 384/1167) spt-daemon msg::tests::bytes_round_trip_through_payload
2026-06-21T04:51:03.0400304Z         PASS [   0.013s] ( 385/1167) spt-daemon msg::tests::endpoint_input_frames_round_trip
2026-06-21T04:51:03.0410959Z         PASS [   0.050s] ( 386/1167) spt-daemon livehost::tests::stop_host_reaps_the_detached_psyche_process
2026-06-21T04:51:03.0509877Z         PASS [   0.016s] ( 387/1167) spt-daemon msg::tests::input_req_absent_ack_defaults_true_n_minus_1_safe
2026-06-21T04:51:03.0558328Z         PASS [   0.016s] ( 388/1167) spt-daemon msg::tests::input_req_ack_false_round_trips_faithfully
2026-06-21T04:51:03.0638061Z         PASS [   0.023s] ( 389/1167) spt-daemon msg::tests::net_frames_round_trip_and_tolerate_unknown_fields
2026-06-21T04:51:03.0681533Z         PASS [   0.017s] ( 390/1167) spt-daemon msg::tests::output_envelope_round_trips
2026-06-21T04:51:03.0691415Z         PASS [   0.206s] ( 391/1167) spt-daemon livehost::tests::boot_gate_offlines_sessionless_controllable_then_reconcile_skips_host
2026-06-21T04:51:03.0736706Z         PASS [   0.018s] ( 392/1167) spt-daemon msg::tests::presence_event_round_trips_and_tolerates_future_kind
2026-06-21T04:51:03.0836387Z         PASS [   0.020s] ( 393/1167) spt-daemon msg::tests::spawn_req_tolerates_unknown_field
2026-06-21T04:51:03.1126949Z         PASS [   0.614s] ( 394/1167) spt-daemon lifecycle::tests::rest_event_fires_echo_once_and_wake_resurfaces
2026-06-21T04:51:03.1251460Z         PASS [   0.203s] ( 395/1167) spt-daemon livehost::tests::reconcile_does_not_double_host
2026-06-21T04:51:03.1258864Z         PASS [   0.014s] ( 396/1167) spt-daemon nethost::tests::retentive_log_is_lossless_ordered_while_ordinary_log_overwrites
2026-06-21T04:51:03.1404665Z         PASS [   0.212s] ( 397/1167) spt-daemon livehost::tests::reconcile_keeps_driver_on_transient_read_fail_unhosts_on_dir_gone
2026-06-21T04:51:03.1414905Z         PASS [   0.216s] ( 398/1167) spt-daemon livehost::tests::reconcile_hosts_an_online_live_endpoint_and_drives_its_pulse
2026-06-21T04:51:03.1936539Z         PASS [   0.120s] ( 399/1167) spt-daemon nethost::tests::loopback_conn_is_a_reused_singleton_that_cross_wires_a_stream_pair
2026-06-21T04:51:03.1957523Z         PASS [   0.127s] ( 400/1167) spt-daemon nethost::tests::host_binds_endpoint_to_node_identity
2026-06-21T04:51:03.1987262Z         PASS [   0.216s] ( 401/1167) spt-daemon livehost::tests::reconcile_unhosts_on_offline_transition
2026-06-21T04:51:03.2399876Z         PASS [   0.377s] ( 402/1167) spt-daemon livehost::tests::fresh_brain_rehydrates_an_online_live_endpoint
2026-06-21T04:51:03.2719249Z         PASS [   2.919s] ( 403/1167) spt::bin/spt cli::tests::purge_removes_every_record
2026-06-21T04:51:03.2900528Z         PASS [   0.165s] ( 404/1167) spt-daemon nethost::tests::two_hosts_dial_over_loopback
2026-06-21T04:51:03.3052245Z         PASS [   0.065s] ( 405/1167) spt-daemon notif::tests::notif_command_renders_all_keys_and_is_opt_in
2026-06-21T04:51:03.3193539Z         PASS [   0.251s] ( 406/1167) spt-daemon nethost::tests::bounded_block_on_cuts_a_never_completing_op_with_an_ordinary_error
2026-06-21T04:51:03.4007269Z         PASS [   0.202s] ( 407/1167) spt-daemon notif::tests::no_live_endpoint_is_a_typed_no_target
2026-06-21T04:51:03.4622475Z         PASS [   0.268s] ( 408/1167) spt-daemon notif::tests::hidden_endpoint_boundary_surfaces_nothing
2026-06-21T04:51:03.4887642Z         PASS [   3.662s] ( 409/1167) spt::bin/spt cli::tests::fork_forks_homes_and_deletes_exactly_the_source
2026-06-21T04:51:03.5556202Z         PASS [   0.430s] ( 410/1167) spt-daemon notif::tests::consent_decision_produces_notif_only_when_gated
2026-06-21T04:51:03.5725763Z         PASS [   0.267s] ( 411/1167) spt-daemon notif::tests::shell_notif_templates_render_for_attached_instances_only
2026-06-21T04:51:03.5919648Z         PASS [   0.451s] ( 412/1167) spt-daemon notif::tests::first_fire_reaches_most_recent_visible_endpoint
2026-06-21T04:51:03.5949756Z         PASS [   0.453s] ( 413/1167) spt-daemon notif::tests::first_fire_redirects_to_a_fresher_remote_winner_unmarked
2026-06-21T04:51:03.6024551Z         PASS [   0.030s] ( 414/1167) spt-daemon pairhost::tests::wire_errors_classify_for_the_guided_ux
2026-06-21T04:51:03.6225691Z         PASS [   0.031s] ( 415/1167) spt-daemon presence::tests::mra_degrades_to_local_and_skips_noise_rows
2026-06-21T04:51:03.6226321Z         PASS [   0.020s] ( 416/1167) spt-daemon presence::tests::snapshot_loading_degrades_on_junk
2026-06-21T04:51:03.6312139Z         PASS [   0.036s] ( 417/1167) spt-daemon presence::tests::mra_joins_local_and_gossiped_legs_under_one_max
2026-06-21T04:51:03.6425198Z         PASS [   0.020s] ( 418/1167) spt-daemon propagate::tests::classifier_maps_every_status_shape
2026-06-21T04:51:03.6694905Z         PASS [   0.047s] ( 419/1167) spt-daemon presence::tests::subnet_scope_gates_both_legs
2026-06-21T04:51:03.6947575Z         PASS [   0.499s] ( 420/1167) spt-daemon notif::tests::hidden_endpoint_is_never_the_target
2026-06-21T04:51:03.6948404Z         PASS [   0.206s] ( 421/1167) spt-daemon notifsync::tests::non_member_subnet_record_never_materializes
2026-06-21T04:51:03.7339568Z         PASS [   0.272s] ( 422/1167) spt-daemon notifsync::tests::feed_converges_two_stores_and_dismiss_replicates
2026-06-21T04:51:03.7340419Z         PASS [   0.333s] ( 423/1167) spt-daemon notifsync::tests::concurrent_dismiss_and_surface_commute_across_the_feed
2026-06-21T04:51:03.7814254Z         PASS [   0.226s] ( 424/1167) spt-daemon notifsync::tests::untrusted_and_cross_subnet_origins_are_dropped
2026-06-21T04:51:03.8239619Z         PASS [   0.552s] ( 425/1167) spt-daemon notif::tests::resurface_delivers_undismissed_with_gates
2026-06-21T04:51:03.8744515Z         PASS [   0.584s] ( 426/1167) spt-daemon notif::tests::rollback_notif_is_loud_and_resurfaces
2026-06-21T04:51:03.9019312Z         PASS [   0.078s] ( 427/1167) spt-daemon pump::registry::tests::fire_due_rotations_rotates_due_and_leaves_pending
2026-06-21T04:51:03.9071509Z         PASS [   0.588s] ( 428/1167) spt-daemon notif::tests::suppression_window_holds_cross_endpoint
2026-06-21T04:51:03.9073721Z         PASS [   0.276s] ( 429/1167) spt-daemon psyrelay::tests::empty_and_oversize_bodies_drop_typed
2026-06-21T04:51:03.9112213Z         PASS [   0.037s] ( 430/1167) spt-daemon pump::registry::tests::poll_wake_takes_the_advertise_marker_exactly_once
2026-06-21T04:51:03.9206354Z         PASS [   0.014s] ( 431/1167) spt-daemon pump::tests::choreography_fan_targets_skips_detached_and_self
2026-06-21T04:51:03.9232938Z         PASS [   0.016s] ( 432/1167) spt-daemon pump::tests::choreography_first_tick_primes_all_legs
2026-06-21T04:51:03.9265290Z         PASS [   0.015s] ( 433/1167) spt-daemon pump::tests::choreography_mark_after_round_stamps_only_due
2026-06-21T04:51:03.9325782Z         PASS [   0.012s] ( 434/1167) spt-daemon pump::tests::choreography_peer_step_aborts_on_first_failure
2026-06-21T04:51:03.9342892Z         PASS [   0.240s] ( 435/1167) spt-daemon psyrelay::tests::null_stdout_driver_fails_the_guard
2026-06-21T04:51:03.9400332Z         PASS [   0.017s] ( 436/1167) spt-daemon pump::tests::choreography_pre_round_once_and_before_any_peer_step
2026-06-21T04:51:03.9573689Z         PASS [   0.031s] ( 437/1167) spt-daemon pump::tests::choreography_wake_forces_only_that_worker
2026-06-21T04:51:03.9677094Z         PASS [   0.065s] ( 438/1167) spt-daemon pump::registry::tests::pre_round_sweeps_and_refreshes_adverts_each_round
2026-06-21T04:51:03.9677918Z         PASS [   0.035s] ( 439/1167) spt-daemon pump::tests::first_tick_is_due_and_never_underflows
2026-06-21T04:51:03.9734348Z         PASS [   0.304s] ( 440/1167) spt-daemon psyrelay::tests::notify_without_live_endpoint_is_pending
2026-06-21T04:51:03.9748817Z         PASS [   0.280s] ( 441/1167) spt-daemon psyrelay::tests::prose_only_relays_nothing
2026-06-21T04:51:03.9806937Z         PASS [   0.041s] ( 442/1167) spt-daemon pump::tests::peer_outcome_timeout_bubbles_ordinary_aborts
2026-06-21T04:51:03.9842349Z         PASS [   0.027s] ( 443/1167) spt-daemon pump::tests::push_target_is_the_full_roster_minus_self_and_tombstoned
2026-06-21T04:51:03.9901810Z         PASS [   0.022s] ( 444/1167) spt-daemon pump::tests::supervisor_backoff_doubles_caps_and_resets
2026-06-21T04:51:04.0010546Z         PASS [   0.034s] ( 445/1167) spt-daemon pump::tests::seeded_dial_order_fallback_and_writeback
2026-06-21T04:51:04.0012981Z         PASS [   0.026s] ( 446/1167) spt-daemon pump::tests::wake_forces_a_round_regardless_of_cadence
2026-06-21T04:51:04.0047637Z         PASS [   0.070s] ( 447/1167) spt-daemon pump::tests::heartbeat_writes_and_advances
2026-06-21T04:51:04.0071642Z         PASS [   0.023s] ( 448/1167) spt-daemon reap::tests::reap_without_enroll_is_noop
2026-06-21T04:51:04.0111271Z         PASS [   0.021s] ( 449/1167) spt-daemon reconcile::tests::active_node_wins
2026-06-21T04:51:04.0284653Z         PASS [   0.027s] ( 450/1167) spt-daemon reconcile::tests::double_active_tiebreaks_deterministically
2026-06-21T04:51:04.0289140Z         PASS [   0.055s] ( 451/1167) spt-daemon pump::tests::supervisor_restarts_a_panicking_pump_until_stop
2026-06-21T04:51:04.0323166Z         PASS [   0.031s] ( 452/1167) spt-daemon reconcile::tests::fallback_lowest_non_offline
2026-06-21T04:51:04.0400110Z         PASS [   0.035s] ( 453/1167) spt-daemon reconcile::tests::no_rows_reconciles_locally
2026-06-21T04:51:04.0425059Z         PASS [   0.308s] ( 454/1167) spt-daemon psyrelay::tests::reply_without_target_is_dropped
2026-06-21T04:51:04.0803905Z         PASS [   0.438s] ( 455/1167) spt-daemon psyrelay::tests::notify_reaches_own_user_only
2026-06-21T04:51:04.0883279Z         PASS [   0.081s] ( 456/1167) spt-daemon registryhost::tests::admitted_feeds_stamp_the_heard_map
2026-06-21T04:51:04.0941390Z         PASS [   0.064s] ( 457/1167) spt-daemon registryhost::tests::advertise_local_stamps_the_node_label
2026-06-21T04:51:04.1067256Z         PASS [   0.095s] ( 458/1167) spt-daemon registryhost::tests::advertise_local_scans_and_respects_visibility
2026-06-21T04:51:04.1239401Z         PASS [   0.081s] ( 459/1167) spt-daemon registryhost::tests::apply_feed_flips_only_on_observed_transition_to_active
2026-06-21T04:51:04.1273168Z         PASS [   0.098s] ( 460/1167) spt-daemon registryhost::tests::advertisement_carries_both_authored_blurb
2026-06-21T04:51:04.1303228Z         PASS [   0.098s] ( 461/1167) spt-daemon registryhost::tests::advertisement_carries_the_presence_datum
2026-06-21T04:51:04.1320302Z         PASS [   0.051s] ( 462/1167) spt-daemon registryhost::tests::apply_feed_gates_and_merges_under_the_lease
2026-06-21T04:51:04.1372458Z         PASS [   0.049s] ( 463/1167) spt-daemon registryhost::tests::apply_node_labels_gates_and_merges
2026-06-21T04:51:04.1373283Z         PASS [   1.642s] ( 464/1167) spt-daemon lifecycle::tests::pulse_tick_ingests_drop
2026-06-21T04:51:04.1407512Z         PASS [   0.101s] ( 465/1167) spt-daemon registryhost::tests::advertisement_follows_resting_transitions_epoch_bumped
2026-06-21T04:51:04.1472334Z         PASS [   0.041s] ( 466/1167) spt-daemon registryhost::tests::evict_silent_peers_drops_unheard_rows_and_rewrites_snapshots
2026-06-21T04:51:04.1486635Z         PASS [   0.018s] ( 467/1167) spt-daemon registryhost::tests::superseded_requires_label_and_machine_id_under_other_key
2026-06-21T04:51:04.1488516Z         PASS [   0.415s] ( 468/1167) spt-daemon psyrelay::tests::reply_relays_to_inbound_sender
2026-06-21T04:51:04.1494463Z         PASS [   0.057s] ( 469/1167) spt-daemon registryhost::tests::erased_perch_is_advertised_offline_not_left_active
2026-06-21T04:51:04.1619977Z         PASS [   0.030s] ( 470/1167) spt-daemon registryhost::tests::with_epoch_is_the_one_canonical_counter
2026-06-21T04:51:04.1745771Z         PASS [   0.051s] ( 471/1167) spt-daemon registryhost::tests::evict_silent_peers_never_touches_own_rows
2026-06-21T04:51:04.1839261Z         PASS [   0.057s] ( 472/1167) spt-daemon registryhost::tests::repair_evict_tombstones_roster_snapshot_and_notices
2026-06-21T04:51:04.2016523Z         PASS [   0.054s] ( 473/1167) spt-daemon relcache::tests::partial_update_set_can_serve_held_platform_only
2026-06-21T04:51:04.2102027Z         PASS [   0.061s] ( 474/1167) spt-daemon relcache::tests::single_platform_stamp_is_explicit_and_cleared_on_restage
2026-06-21T04:51:04.2148095Z         PASS [   0.066s] ( 475/1167) spt-daemon relcache::tests::stage_round_trips_and_restage_replaces
2026-06-21T04:51:04.2189940Z         PASS [   0.069s] ( 476/1167) spt-daemon relcache::tests::torn_or_corrupt_stage_offers_nothing
2026-06-21T04:51:04.2194004Z         PASS [   0.078s] ( 477/1167) spt-daemon relcache::tests::applied_state_two_phase_round_trips_and_degrades
2026-06-21T04:51:04.2206064Z         PASS [   0.058s] ( 478/1167) spt-daemon relcache::tests::update_set_round_trips_and_loads_by_platform
2026-06-21T04:51:04.2218211Z         PASS [   1.138s] ( 479/1167) spt-daemon nethost::tests::loopback_tunnel_backpressures_without_loss
2026-06-21T04:51:04.2309425Z         PASS [   0.056s] ( 480/1167) spt-daemon release::tests::artifact_digest_mismatch_is_rejected
2026-06-21T04:51:04.2314169Z         PASS [   0.017s] ( 481/1167) spt-daemon release::tests::hex_roundtrips
2026-06-21T04:51:04.2351533Z         PASS [   0.033s] ( 482/1167) spt-daemon release::tests::channel_mismatch_is_rejected
2026-06-21T04:51:04.2362393Z         PASS [   0.051s] ( 483/1167) spt-daemon release::tests::builtin_keys_merge_and_revoke_under_file_overlay
2026-06-21T04:51:04.2374432Z         PASS [   0.456s] ( 484/1167) spt-daemon psyrelay::tests::spoofed_routing_is_stripped_and_restamped
2026-06-21T04:51:04.2385376Z         PASS [   0.029s] ( 485/1167) spt-daemon release::tests::expired_metadata_is_rejected
2026-06-21T04:51:04.2455989Z         PASS [   0.025s] ( 486/1167) spt-daemon release::tests::revoked_key_is_rejected
2026-06-21T04:51:04.2463198Z         PASS [   0.028s] ( 487/1167) spt-daemon release::tests::production_policy_loads_fail_closed
2026-06-21T04:51:04.2481296Z         PASS [   0.026s] ( 488/1167) spt-daemon release::tests::shipped_builtin_table_is_well_formed
2026-06-21T04:51:04.2614740Z         PASS [   0.031s] ( 489/1167) spt-daemon release::tests::tampered_metadata_fails_signature
2026-06-21T04:51:04.2642814Z         PASS [   0.033s] ( 490/1167) spt-daemon release::tests::untrusted_key_is_unknown
2026-06-21T04:51:04.2679704Z         PASS [   0.033s] ( 491/1167) spt-daemon release::tests::update_set_artifact_mismatch_is_rejected
2026-06-21T04:51:04.2685506Z         PASS [   0.050s] ( 492/1167) spt-daemon release::tests::non_monotonic_version_is_rollback
2026-06-21T04:51:04.2745633Z         PASS [   0.037s] ( 493/1167) spt-daemon release::tests::update_set_missing_platform_is_typed_rejection
2026-06-21T04:51:04.2778044Z         PASS [   0.039s] ( 494/1167) spt-daemon release::tests::update_set_tampering_breaks_whole_set_signature
2026-06-21T04:51:04.2789470Z         PASS [   0.044s] ( 495/1167) spt-daemon release::tests::update_set_channel_and_rollback_gates_hold
2026-06-21T04:51:04.2815045Z         PASS [   0.036s] ( 496/1167) spt-daemon release::tests::update_set_verifies_and_selects_platform_artifact
2026-06-21T04:51:04.2850443Z         PASS [   0.039s] ( 497/1167) spt-daemon release::tests::valid_release_verifies_and_artifact_matches
2026-06-21T04:51:04.2936097Z         PASS [   0.025s] ( 498/1167) spt-daemon resting::tests::auto_suspend_counts_from_dormancy_onset_and_is_opt_in
2026-06-21T04:51:04.2959120Z         PASS [   0.032s] ( 499/1167) spt-daemon resting::tests::apply_event_echo_failure_is_loud_but_state_persists
2026-06-21T04:51:04.3044183Z         PASS [   0.036s] ( 500/1167) spt-daemon resting::tests::apply_event_fires_echo_once_per_rest_edge_and_wake_on_wake
2026-06-21T04:51:04.3046100Z         PASS [   0.056s] ( 501/1167) spt-daemon release::tests::verify_detached_signs_raw_artifact_bytes
2026-06-21T04:51:04.3061365Z         PASS [   0.027s] ( 502/1167) spt-daemon resting::tests::freshness_pull_marker_is_taken_exactly_once
2026-06-21T04:51:04.3162138Z         PASS [   0.035s] ( 503/1167) spt-daemon resting::tests::knob_chain_resolves_global_node_endpoint
2026-06-21T04:51:04.3169436Z         PASS [   0.039s] ( 504/1167) spt-daemon resting::tests::deferred_held_keys_on_the_durable_rest_record
2026-06-21T04:51:04.3170207Z         PASS [   0.056s] ( 505/1167) spt-daemon resting::tests::apply_event_auto_suspends_under_the_resolved_chain
2026-06-21T04:51:04.3267267Z         PASS [   0.031s] ( 506/1167) spt-daemon resting::tests::transition_table_matches_the_context_model
2026-06-21T04:51:04.3299124Z         PASS [   0.025s] ( 507/1167) spt-daemon rollback_compat::tests::pre_ready_durable_files_are_additive_and_n1_readable
2026-06-21T04:51:04.3362433Z         PASS [   0.043s] ( 508/1167) spt-daemon resting::tests::rest_record_round_trips_with_anchor_discipline
2026-06-21T04:51:04.3435111Z         PASS [   0.039s] ( 509/1167) spt-daemon seedmap::tests::put_refreshes_existing
2026-06-21T04:51:04.3470601Z         PASS [   0.041s] ( 510/1167) spt-daemon seedmap::tests::put_then_take_consumes_once
2026-06-21T04:51:04.3502185Z         PASS [   0.034s] ( 511/1167) spt-daemon seedmap::tests::request_stop_barrier_holds_until_no_listener
2026-06-21T04:51:04.3532878Z         PASS [   0.027s] ( 512/1167) spt-daemon seedproofx::grace_tests::grade_truth_table
2026-06-21T04:51:04.3597845Z         PASS [   0.043s] ( 513/1167) spt-daemon seedmap::tests::stop_op_acks_then_serve_returns
2026-06-21T04:51:04.3619841Z         PASS [   0.032s] ( 514/1167) spt-daemon seedproofx::grace_tests::seed_never_appears_in_roster_gossip
2026-06-21T04:51:04.3625763Z         PASS [   0.045s] ( 515/1167) spt-daemon seedmap::tests::take_absent_is_none
2026-06-21T04:51:04.3677132Z         PASS [   0.031s] ( 516/1167) spt-daemon seedproofx::grace_tests::seedxfer_frame_round_trips_and_rejects_malformed
2026-06-21T04:51:04.3684636Z         PASS [   0.025s] ( 517/1167) spt-daemon seedproofx::roster_tests::empty_roster_frame_round_trips
2026-06-21T04:51:04.3721885Z         PASS [   0.025s] ( 518/1167) spt-daemon seedproofx::roster_tests::gapfill_fills_absent_only_and_skips_self
2026-06-21T04:51:04.3757363Z         PASS [   0.025s] ( 519/1167) spt-daemon seedproofx::roster_tests::malformed_roster_frame_rejected
2026-06-21T04:51:04.3794506Z         PASS [   0.026s] ( 520/1167) spt-daemon seedproofx::roster_tests::roster_frame_round_trips
2026-06-21T04:51:04.3896015Z         PASS [   0.028s] ( 521/1167) spt-daemon service::tests::plan_start_prefers_service_then_spawn_idempotent
2026-06-21T04:51:04.3938087Z         PASS [   0.031s] ( 522/1167) spt-daemon service::tests::plan_stop_routes_managed_then_ipc_then_noop
2026-06-21T04:51:04.4008519Z         PASS [   0.033s] ( 523/1167) spt-daemon service::tests::run_refused_only_when_windows_and_vanishing
2026-06-21T04:51:04.4014432Z         PASS [   0.042s] ( 524/1167) spt-daemon serveprobe::tests::is_serving_subnet_honors_membership_and_detach
2026-06-21T04:51:04.4027030Z         PASS [   0.128s] ( 525/1167) spt-daemon resting::tests::daemon_rest_event_arms_gate_at_rest_edge_only
2026-06-21T04:51:04.4044265Z         PASS [   0.036s] ( 526/1167) spt-daemon shellchan::tests::drive_frame_shape_mirrors_sensory
2026-06-21T04:51:04.4071570Z         PASS [   0.035s] ( 527/1167) spt-daemon shellchan::tests::frames_compose_and_stamp_roundtrips
2026-06-21T04:51:04.4102569Z         PASS [   0.034s] ( 528/1167) spt-daemon shellchan::tests::sensory_text_file_frames_shape
2026-06-21T04:51:04.4135690Z         PASS [   0.034s] ( 529/1167) spt-daemon shellchan::tests::vocab_check_bounds_ops_and_args
2026-06-21T04:51:04.4633033Z         PASS [   0.326s] ( 530/1167) spt-daemon relay::tests::run_honors_stop
2026-06-21T04:51:04.4638576Z         PASS [   0.074s] ( 531/1167) spt-daemon shelldisc::tests::discover_across_joins_other_node_subnet_adapters
2026-06-21T04:51:07.2655513Z         PASS [   2.858s] ( 532/1167) spt-daemon shellhost::tests::gateway_typed_owner_spawns_and_owns_a_shell
2026-06-21T04:51:07.2738062Z         PASS [   5.490s] ( 533/1167) spt-daemon broker::tests::controller_deliver_is_bounded_never_a_permanent_park
2026-06-21T04:51:07.2738864Z         PASS [   2.807s] ( 534/1167) spt-daemon shellhost::tests::link_key_and_frame_mac_roundtrip
2026-06-21T04:51:07.3084222Z         PASS [   2.903s] ( 535/1167) spt-daemon shelldisc::tests::shell_context_renders_sections_and_empties_to_none
2026-06-21T04:51:07.3796496Z         PASS [   2.969s] ( 536/1167) spt-daemon shellhost::tests::launch_fails_closed_on_bad_templates
2026-06-21T04:51:07.4091089Z         PASS [   2.945s] ( 537/1167) spt-daemon shellwake::tests::backoff_curve_doubles_to_the_cap
2026-06-21T04:51:07.4210656Z         PASS [   3.136s] ( 538/1167) spt-daemon resting::tests::rest_edges_cascade_shells_with_divergence
2026-06-21T04:51:07.4459957Z         PASS [   3.032s] ( 539/1167) spt-daemon shellhost::tests::launch_parks_token_and_bind_by_token_onlines
2026-06-21T04:51:07.4558710Z         PASS [   3.062s] ( 540/1167) spt-daemon shelldisc::tests::discovery_own_plus_broadcast_gated_instantiable
2026-06-21T04:51:07.4659111Z         PASS [   0.160s] ( 541/1167) spt-daemon shellwake::tests::resolve_wake_refuses_without_a_reachable_owner
2026-06-21T04:51:07.4819516Z         PASS [   0.211s] ( 542/1167) spt-daemon shellwake::tests::resolve_wake_leaves_a_dormant_owner_and_relaunches
2026-06-21T04:51:07.4847169Z         PASS [   3.347s] ( 543/1167) spt-daemon relay::tests::respawn_loses_no_spooled_message
2026-06-21T04:51:07.5012459Z         PASS [   0.231s] ( 544/1167) spt-daemon shellwake::tests::reconcile_resolves_profile_overlay
2026-06-21T04:51:07.5041363Z         PASS [   0.059s] ( 545/1167) spt-daemon sync::tests::gate_decision_table
2026-06-21T04:51:07.5142268Z         PASS [   0.031s] ( 546/1167) spt-daemon translation::tests::inject_floor_buffers_while_held_then_drains_in_order
2026-06-21T04:51:07.5322363Z         PASS [   0.047s] ( 547/1167) spt-daemon translation::tests::key_cmd_parses_each_wire_shape
2026-06-21T04:51:07.5339651Z         PASS [   0.033s] ( 548/1167) spt-daemon translation::tests::key_to_bytes_send_keys_map
2026-06-21T04:51:07.5386037Z         PASS [   0.033s] ( 549/1167) spt-daemon translation::tests::to_binary_serializes_to_wire_and_input_is_content_free
2026-06-21T04:51:07.5479797Z         PASS [   0.035s] ( 550/1167) spt-daemon transport::tests::local_socket_handshake_and_frame_round_trip
2026-06-21T04:51:07.5481471Z         PASS [   3.566s] ( 551/1167) spt-daemon reap::tests::job_reaps_enrolled_child_and_grandchild
2026-06-21T04:51:07.5572510Z         PASS [   0.135s] ( 552/1167) spt-daemon shellwake::tests::watcher_opcode_exit_fires_resolution_once
2026-06-21T04:51:07.5618571Z         PASS [   0.028s] ( 553/1167) spt-daemon tunnelhub::tests::clear_evicts_the_entry
2026-06-21T04:51:07.5630071Z         PASS [   0.031s] ( 554/1167) spt-daemon transport::tests::local_socket_rejects_wrong_role
2026-06-21T04:51:07.5700506Z         PASS [   0.032s] ( 555/1167) spt-daemon tunnelhub::tests::dead_generation_stream_is_never_surfaced
2026-06-21T04:51:07.5727720Z         PASS [   0.023s] ( 556/1167) spt-daemon tunnelhub::tests::relink_overwrites_the_entry_with_a_fresh_generation
2026-06-21T04:51:07.5810031Z         PASS [   0.033s] ( 557/1167) spt-daemon tunnelhub::tests::entries_are_per_owner
2026-06-21T04:51:07.5888168Z         PASS [   0.024s] ( 558/1167) spt-daemon update::tests::apply_refuses_non_brain_only_plan
2026-06-21T04:51:07.5893105Z         PASS [   0.032s] ( 559/1167) spt-daemon tunnelhub::tests::resolve_serves_each_end_under_the_opening_token
2026-06-21T04:51:07.5943138Z         PASS [   0.031s] ( 560/1167) spt-daemon update::tests::classify_brain_only_when_broker_hosts_new_brain
2026-06-21T04:51:07.6013656Z         PASS [   0.031s] ( 561/1167) spt-daemon update::tests::classify_broker_breaking_on_resource_abi_change
2026-06-21T04:51:07.6106692Z         PASS [   0.231s] ( 562/1167) spt-daemon shellwake::tests::resolve_wake_revives_a_suspended_owner_without_double_launch
2026-06-21T04:51:07.6183166Z         PASS [   0.048s] ( 563/1167) spt-daemon update::tests::classify_broker_compatible_when_brain_below_floor
2026-06-21T04:51:07.6596155Z         PASS [   0.069s] ( 564/1167) spt-daemon update::tests::plan_verified_yields_a_plan_for_a_valid_release
2026-06-21T04:51:07.6596867Z         PASS [   0.065s] ( 565/1167) spt-daemon wan::tests::origin_user_backed_matrix
2026-06-21T04:51:07.6654474Z         PASS [   0.079s] ( 566/1167) spt-daemon update::tests::plan_verified_produces_no_plan_for_a_rejected_release
2026-06-21T04:51:07.6690151Z         PASS [   0.058s] ( 567/1167) spt-daemon wan::tests::wan_user_msg_restamped_unless_origin_user_backed
2026-06-21T04:51:07.6692890Z         PASS [   0.081s] ( 568/1167) spt-daemon update::tests::plan_verified_update_set_uses_selected_platform_spec
2026-06-21T04:51:07.6711875Z         PASS [   0.049s] ( 569/1167) spt-daemon xfer::tests::resolve_under_confines_to_root
2026-06-21T04:51:07.6950707Z         PASS [   0.081s] ( 570/1167) spt-daemon xfer::tests::recv_state_chunks_idempotent_and_commit_replays_safely
2026-06-21T04:51:07.7365985Z         PASS [   0.044s] ( 571/1167) spt-daemon::netbroker netless_broker_probes_gracefully
2026-06-21T04:51:08.5167168Z         PASS [   4.111s] ( 572/1167) spt-daemon shellhost::tests::close_shell_ephemeral_tears_down_and_frees_the_slot
2026-06-21T04:51:09.2476452Z         PASS [   1.579s] ( 573/1167) spt-daemon::netbroker broker_owns_endpoint_and_reports_status
2026-06-21T04:51:09.2651727Z         PASS [   4.859s] ( 574/1167) spt-daemon shellhost::tests::close_shell_dead_child_is_prompt_and_manifestless_never_erases
2026-06-21T04:51:09.2770941Z         PASS [   2.012s] ( 575/1167) spt-daemon shellwake::tests::reconcile_flips_watchers_with_instance_state
2026-06-21T04:51:09.2813068Z         PASS [   4.878s] ( 576/1167) spt-daemon shellhost::tests::close_shell_delivers_pre_close_then_kills_and_flips_offline
2026-06-21T04:51:09.3155867Z         PASS [   1.654s] ( 577/1167) spt-daemon::netbroker brain_dials_second_broker_over_loopback
2026-06-21T04:51:09.3770518Z         PASS [   0.860s] ( 578/1167) spt-daemon::netbroker unknown_net_frame_is_reported_not_fatal
2026-06-21T04:51:09.3837149Z         PASS [   1.644s] ( 579/1167) spt-daemon::netbroker replayed_dial_op_is_deduped_across_brain_restart
2026-06-21T04:51:09.6671518Z         PASS [   2.010s] ( 580/1167) spt-daemon::access whitelist_refuses_exempts_replies_and_admits_listed
2026-06-21T04:51:09.6850749Z         PASS [   0.308s] ( 581/1167) spt-daemon::presence presence_survives_brain_restart_with_cursor_resume
2026-06-21T04:51:09.6987690Z         PASS [   2.039s] ( 582/1167) spt-daemon::mesh staggered_offliner_still_meshes
2026-06-21T04:51:09.7235338Z         PASS [   0.442s] ( 583/1167) spt-daemon::pairjoin daemon_hosted_responder_pairs_a_loopback_joiner_end_to_end
2026-06-21T04:51:09.8489418Z         PASS [   0.588s] ( 584/1167) spt-daemon::netstream sender_brain_restart_redrive_is_exactly_once
2026-06-21T04:51:09.9203006Z         PASS [   0.253s] ( 585/1167) spt-daemon::propagate rollback_offer_is_rejected_before_any_fetch
2026-06-21T04:51:09.9358067Z         PASS [   0.657s] ( 586/1167) spt-daemon::notifsync notif_spools_converge_over_the_wire_and_dismiss_replicates
2026-06-21T04:51:10.0096982Z         PASS [   0.286s] ( 587/1167) spt-daemon::propagate untrusted_origin_gets_no_offer
2026-06-21T04:51:10.0118680Z         PASS [   0.313s] ( 588/1167) spt-daemon::propagate tampered_relay_artifact_is_rejected_and_never_staged
2026-06-21T04:51:10.1236298Z         PASS [   2.715s] ( 589/1167) spt-daemon shellwake::tests::watcher_crash_exits_respawn_then_give_up
2026-06-21T04:51:10.1376617Z         PASS [   0.891s] ( 590/1167) spt-daemon::netstream receiver_brain_restart_is_gapless_and_exactly_once
2026-06-21T04:51:10.1378744Z         PASS [   0.757s] ( 591/1167) spt-daemon::propagate chain_self_heal_propagates_with_gate_at_every_hop
2026-06-21T04:51:10.1497422Z         PASS [   2.490s] ( 592/1167) spt-daemon::mesh all_online_star_a_reaches_c_b_never_relays
2026-06-21T04:51:10.2612422Z         PASS [   0.138s] ( 593/1167) spt-daemon::reseed benign_offliner_is_reseeded_across_a_rotation
2026-06-21T04:51:10.2699590Z         PASS [   0.132s] ( 594/1167) spt-daemon::rosterprop roster_exchange_never_leaks_unproven_subnets
2026-06-21T04:51:10.3014453Z         PASS [   0.152s] ( 595/1167) spt-daemon::rosterprop roster_propagates_transitively_on_connect
2026-06-21T04:51:10.3102092Z         PASS [   0.461s] ( 596/1167) spt-daemon::propagate update_set_propagates_selected_platform_artifact
2026-06-21T04:51:10.3314291Z         PASS [   0.646s] ( 597/1167) spt-daemon::propagate status_query_drives_the_convergence_table_end_to_end
2026-06-21T04:51:10.3796648Z         PASS [   2.924s] ( 598/1167) spt-daemon sync::tests::reconcile_driver_structurally_excludes_live_role
2026-06-21T04:51:10.3856783Z         PASS [   0.374s] ( 599/1167) spt-daemon::replicate registries_converge_over_the_wire_and_the_lease_holds
2026-06-21T04:51:10.4364071Z         PASS [   0.175s] ( 600/1167) spt-daemon::seedproofx both_members_prove_and_cache_the_shared_subnet
2026-06-21T04:51:10.4532141Z         PASS [   0.151s] ( 601/1167) spt-daemon::seedproofx proven_verdict_is_the_shared_set
2026-06-21T04:51:10.6585276Z         PASS [   0.649s] ( 602/1167) spt-daemon::pumpdeadline pump_brain_times_out_when_broker_never_replies
2026-06-21T04:51:10.7705483Z         PASS [   3.103s] ( 603/1167) spt-daemon::netbroker dial_to_a_black_holing_peer_fails_with_a_bounded_ordinary_error
2026-06-21T04:51:10.8839112Z         PASS [   3.419s] ( 604/1167) spt-daemon sync::tests::select_refs_scopes_two_tiers
2026-06-21T04:51:10.8879027Z         PASS [   0.229s] ( 605/1167) spt-daemon::wanmsg wan_user_msg_from_unproven_origin_is_restamped_at_the_funnel
2026-06-21T04:51:10.9041037Z         PASS [   0.016s] ( 606/1167) spt-live context::tests::direct_always_writes
2026-06-21T04:51:10.9451318Z         PASS [   0.041s] ( 607/1167) spt-live context::tests::identified_write_stamps_advancing_vector
2026-06-21T04:51:10.9546930Z         PASS [   0.010s] ( 608/1167) spt-live context::tests::llm_over_llm_writes
2026-06-21T04:51:10.9649072Z         PASS [   0.010s] ( 609/1167) spt-live context::tests::llm_past_window_writes
2026-06-21T04:51:10.9856059Z         PASS [   0.021s] ( 610/1167) spt-live context::tests::llm_within_window_suppressed
2026-06-21T04:51:10.9998412Z         PASS [   0.564s] ( 611/1167) spt-daemon::wanmsg receiver_restart_replays_feed_without_double_delivery
2026-06-21T04:51:11.0025204Z         PASS [   0.017s] ( 612/1167) spt-live context::tests::pre_identity_write_stamps_v1_shape
2026-06-21T04:51:11.0026195Z         PASS [   0.550s] ( 613/1167) spt-daemon::wanmsg wan_message_lands_exactly_once_under_transport_origin
2026-06-21T04:51:11.0238091Z         PASS [   0.024s] ( 614/1167) spt-live context::tests::write_context_suppresses_stale_llm
2026-06-21T04:51:11.0659612Z         PASS [   0.063s] ( 615/1167) spt-live digest::tests::extracts_records_from_the_located_source
2026-06-21T04:51:11.0820367Z         PASS [   0.016s] ( 616/1167) spt-live digest::tests::missing_source_file_is_read_error
2026-06-21T04:51:11.0829730Z         PASS [   0.312s] ( 617/1167) spt-daemon::xfer fetch_lands_byte_identical_with_progress_both_ends
2026-06-21T04:51:11.0908842Z         PASS [   0.009s] ( 618/1167) spt-live digest::tests::no_source_errors
2026-06-21T04:51:11.0920128Z         PASS [   0.068s] ( 619/1167) spt-live digest::tests::falls_back_to_history_locate_template
2026-06-21T04:51:11.1326176Z         PASS [   0.041s] ( 620/1167) spt-live echo::tests::echo_consumes_history_and_writes_commune
2026-06-21T04:51:11.1389138Z         PASS [   0.255s] ( 621/1167) spt-daemon::xfer push_survives_target_brain_restart_exactly_once
2026-06-21T04:51:11.1414910Z         PASS [   0.009s] ( 622/1167) spt-live echo::tests::provenance_is_stamped
2026-06-21T04:51:11.1502148Z         PASS [   0.067s] ( 623/1167) spt-live echo::tests::echo_child_is_recursion_guarded
2026-06-21T04:51:11.1569427Z         PASS [   0.065s] ( 624/1167) spt-live echo::tests::echo_nonzero_errors
2026-06-21T04:51:11.1674657Z         PASS [   0.011s] ( 625/1167) spt-live history::tests::missing_fetcher_field_errors
2026-06-21T04:51:11.1777349Z         PASS [   0.010s] ( 626/1167) spt-live history::tests::native_missing_log_is_empty
2026-06-21T04:51:11.1817266Z         PASS [   0.040s] ( 627/1167) spt-live history::tests::fetcher_yields_records
2026-06-21T04:51:11.1938297Z         PASS [   0.016s] ( 628/1167) spt-live history::tests::native_reads_logged_records
2026-06-21T04:51:11.2143093Z         PASS [   0.064s] ( 629/1167) spt-live history::tests::locate_normalize_reads_and_normalizes
2026-06-21T04:51:11.5371123Z         LEAK [   0.534s] ( 630/1167) spt-live digest::tests::extractor_timeout_errors
2026-06-21T04:51:11.5480146Z         PASS [   0.011s] ( 631/1167) spt-live ingest::tests::no_drops_is_empty
2026-06-21T04:51:11.6765263Z         LEAK [   0.537s] ( 632/1167) spt-live history::tests::fetcher_timeout_errors
2026-06-21T04:51:11.9596954Z         PASS [   0.766s] ( 633/1167) spt-live ingest::tests::commune_drop_is_ingested_and_deleted
2026-06-21T04:51:11.9715604Z         PASS [   0.012s] ( 634/1167) spt-live inject::tests::long_body_is_capped
2026-06-21T04:51:11.9823346Z         PASS [   0.768s] ( 635/1167) spt-live ingest::tests::ingest_never_writes_the_live_role
2026-06-21T04:51:11.9852918Z         PASS [   0.014s] ( 636/1167) spt-live inject::tests::missing_perch_is_best_effort
2026-06-21T04:51:11.9939936Z         PASS [   0.009s] ( 637/1167) spt-live outbound::tests::empty_body_parses_to_empty_intent
2026-06-21T04:51:12.0005215Z         PASS [   0.018s] ( 638/1167) spt-live inject::tests::tap_appends_a_context_entry
2026-06-21T04:51:12.0045696Z         PASS [   0.011s] ( 639/1167) spt-live outbound::tests::malformed_and_chunk_lines_are_skipped
2026-06-21T04:51:12.0088422Z         PASS [   0.008s] ( 640/1167) spt-live outbound::tests::non_authorable_types_are_ignored
2026-06-21T04:51:12.0163656Z         PASS [   0.012s] ( 641/1167) spt-live outbound::tests::parses_reply_and_notify_in_order
2026-06-21T04:51:12.0197498Z         PASS [   0.011s] ( 642/1167) spt-live outbound::tests::prose_only_yields_nothing
2026-06-21T04:51:12.0246843Z         PASS [   0.008s] ( 643/1167) spt-live outbound::tests::spoofed_routing_attrs_are_unrepresentable
2026-06-21T04:51:12.0282861Z         PASS [   0.008s] ( 644/1167) spt-live psyche::tests::prompt_includes_time_and_event
2026-06-21T04:51:12.0339823Z         PASS [   0.009s] ( 645/1167) spt-live psyche::tests::prompt_without_event
2026-06-21T04:51:12.0511236Z         PASS [   0.017s] ( 646/1167) spt-live pulse::tests::echo_gate_fires_exactly_once
2026-06-21T04:51:12.0561657Z         PASS [   0.508s] ( 647/1167) spt-live ingest::tests::stale_commune_suppressed_but_deleted
2026-06-21T04:51:12.0669331Z         PASS [   0.011s] ( 648/1167) spt-live pulse::tests::tick_reports_idle
2026-06-21T04:51:12.0839262Z         PASS [   0.055s] ( 649/1167) spt-live psyche::tests::spawn_binds_nested_perch_and_sets_guard
2026-06-21T04:51:12.1074878Z         PASS [   2.186s] ( 650/1167) spt-daemon::pump pump_and_dispatch_self_drive_the_subnet
2026-06-21T04:51:12.2023151Z         PASS [   1.020s] ( 651/1167) spt-live ingest::tests::both_drops_ingested
2026-06-21T04:51:12.3721919Z         PASS [   2.235s] ( 652/1167) spt-daemon::reseed revoked_node_is_denied_and_never_reseeded
2026-06-21T04:51:12.4307887Z         PASS [   0.058s] ( 653/1167) spt-live resume::tests::continue_existing_resumes_session
2026-06-21T04:51:12.5220182Z         PASS [   2.252s] ( 654/1167) spt-daemon::seedproofx no_shared_subnet_is_dropped
2026-06-21T04:51:12.5567296Z         PASS [   2.246s] ( 655/1167) spt-daemon::seedproofx wrong_seed_is_dropped
2026-06-21T04:51:12.6189773Z         PASS [   3.305s] ( 656/1167) spt-daemon::presence presence_history_replays_from_zero_for_a_late_subscriber
2026-06-21T04:51:12.6365561Z         PASS [   0.079s] ( 657/1167) spt-live resume::tests::fresh_with_preload_launches_preloaded
2026-06-21T04:51:12.6501456Z         PASS [   2.270s] ( 658/1167) spt-daemon::sync torn_pull_recovers_by_repulling
2026-06-21T04:51:12.6549792Z         PASS [   0.033s] ( 659/1167) spt-live resume::tests::missing_key_errors_before_spawn
2026-06-21T04:51:12.6581821Z         PASS [   0.574s] ( 660/1167) spt-live reconcile::tests::no_conflict_is_a_noop
2026-06-21T04:51:12.6693120Z         PASS [   0.019s] ( 661/1167) spt-live signoff::tests::echo_precedes_signoff_compose
2026-06-21T04:51:12.6784851Z         PASS [   0.026s] ( 662/1167) spt-live signoff::tests::missing_session_skips_echo
2026-06-21T04:51:12.6808913Z         PASS [   0.021s] ( 663/1167) spt-live signoff::tests::recovered_self_is_not_signed_off
2026-06-21T04:51:12.6859787Z         PASS [   0.018s] ( 664/1167) spt-live signoff::tests::stale_signoff_swept
2026-06-21T04:51:12.7687036Z         PASS [   0.091s] ( 665/1167) spt-live turn::tests::empty_stdout_is_an_error
2026-06-21T04:51:12.7838401Z         PASS [   0.015s] ( 666/1167) spt-msg deliver::tests::deferred_send_validates
2026-06-21T04:51:12.7924097Z         PASS [   0.112s] ( 667/1167) spt-live turn::tests::turn_captures_stdout
2026-06-21T04:51:12.8570285Z         PASS [   0.171s] ( 668/1167) spt-msg deliver::tests::deferred_send_skips_stream_drain_survives_for_hook
2026-06-21T04:51:12.9674755Z         PASS [   0.916s] ( 669/1167) spt-live pulse::tests::tick_ingests_drops
2026-06-21T04:51:12.9973909Z         PASS [   0.213s] ( 670/1167) spt-msg deliver::tests::offline_existing_perch_spools
2026-06-21T04:51:13.0092099Z         PASS [   0.012s] ( 671/1167) spt-msg emit::tests::anonymous_still_enveloped
2026-06-21T04:51:13.0191189Z         PASS [   0.010s] ( 672/1167) spt-msg emit::tests::multiline_body_escapes_and_round_trips
2026-06-21T04:51:13.0243893Z         PASS [   0.233s] ( 673/1167) spt-msg deliver::tests::online_delivers_via_tcp_without_spooling
2026-06-21T04:51:13.0285692Z         PASS [   0.009s] ( 674/1167) spt-msg emit::tests::oversized_listener_line_chunks_into_event_parts
2026-06-21T04:51:13.0327113Z         PASS [   0.008s] ( 675/1167) spt-msg emit::tests::structural_renders_msg_envelope
2026-06-21T04:51:13.0368952Z         PASS [   0.008s] ( 676/1167) spt-msg emit::tests::typed_body_from_wins_over_structural_from_no_double_wrap
2026-06-21T04:51:13.0412058Z         PASS [   0.008s] ( 677/1167) spt-msg emit::tests::user_msg_envelope_renders_verbatim_on_both_edges
2026-06-21T04:51:13.0452437Z         PASS [   0.008s] ( 678/1167) spt-msg emit::tests::whole_render_never_chunks
2026-06-21T04:51:13.1180128Z         PASS [   1.051s] ( 679/1167) spt-live reconcile::tests::failed_turn_preserves_everything
2026-06-21T04:51:13.1222365Z         PASS [   0.155s] ( 680/1167) spt-msg deliver::tests::send_outcome_mapping
2026-06-21T04:51:13.1873871Z         PASS [   0.146s] ( 681/1167) spt-msg listener::tests::bind_registers_and_round_trips
2026-06-21T04:51:13.2253576Z         PASS [   0.180s] ( 682/1167) spt-msg listener::tests::blocking_accepts_within_window
2026-06-21T04:51:13.2511770Z         PASS [   1.049s] ( 683/1167) spt-live reconcile::tests::suppressed_write_preserves_artifacts
2026-06-21T04:51:13.2703800Z         PASS [   0.148s] ( 684/1167) spt-msg listener::tests::drop_unregisters_address
2026-06-21T04:51:13.3529600Z         PASS [   1.676s] ( 685/1167) spt-live ingest::tests::two_slice_drop_routes_per_tier
2026-06-21T04:51:13.3581010Z         PASS [   0.240s] ( 686/1167) spt-msg listener::tests::blocking_times_out_when_idle
2026-06-21T04:51:13.4665057Z         PASS [   1.036s] ( 687/1167) spt-live resume::tests::download_composes_two_tiers
2026-06-21T04:51:13.4757002Z         PASS [   0.009s] ( 688/1167) spt-msg ring::tests::ring_no_perch
2026-06-21T04:51:13.5055064Z         PASS [   0.235s] ( 689/1167) spt-msg ready::tests::start_ledgers_a_boot_session_row
2026-06-21T04:51:13.5101601Z         PASS [   0.323s] ( 690/1167) spt-msg ready::tests::backlog_drains_on_start
2026-06-21T04:51:13.5193912Z         PASS [   0.009s] ( 691/1167) spt-msg wire::tests::decode_rejects_overrunning_from_len
2026-06-21T04:51:13.5224094Z         PASS [   0.297s] ( 692/1167) spt-msg ready::tests::recv_gets_live_tcp_message
2026-06-21T04:51:13.5286595Z         PASS [   0.009s] ( 693/1167) spt-msg wire::tests::encode_decode_round_trips_structural
2026-06-21T04:51:13.5329872Z         PASS [   0.010s] ( 694/1167) spt-msg wire::tests::encode_empty_from_is_anonymous
2026-06-21T04:51:13.5367746Z         PASS [   0.285s] ( 695/1167) spt-msg ready::tests::soft_cleanup_preserves_spool_and_info
2026-06-21T04:51:13.5415964Z         PASS [   0.013s] ( 696/1167) spt-msg wire::tests::frame_round_trips_over_loopback
2026-06-21T04:51:13.5452856Z         PASS [   0.012s] ( 697/1167) spt-msg wire::tests::oversized_length_prefix_rejected
2026-06-21T04:51:13.5476485Z         PASS [   0.011s] ( 698/1167) spt-msg wire::tests::typed_event_body_rides_verbatim
2026-06-21T04:51:13.5695263Z         PASS [   0.022s] ( 699/1167) spt-net net::attach::tests::attach_intents_round_trip
2026-06-21T04:51:13.5994880Z         PASS [   0.246s] ( 700/1167) spt-msg ready::tests::start_registers_resolvable_perch
2026-06-21T04:51:13.6131663Z         PASS [   0.043s] ( 701/1167) spt-net net::attach::tests::kick_take_and_displaced_round_trip
2026-06-21T04:51:13.6523164Z         PASS [   0.053s] ( 702/1167) spt-net net::attach::tests::record_split_across_chunks_reassembles
2026-06-21T04:51:13.6564108Z         PASS [   1.550s] ( 703/1167) spt-live reconcile::tests::reconcile_merges_and_clears
2026-06-21T04:51:13.6587893Z         PASS [   0.046s] ( 704/1167) spt-net net::attach::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-21T04:51:13.6736110Z         PASS [   0.021s] ( 705/1167) spt-net net::attach::tests::request_without_intent_defaults_to_control
2026-06-21T04:51:13.6794687Z         PASS [   0.021s] ( 706/1167) spt-net net::endpoint::tests::keep_alive_is_under_idle_timeout
2026-06-21T04:51:13.6964519Z         PASS [   0.017s] ( 707/1167) spt-net net::mesh::seedproof::tests::cross_connection_replay_fails
2026-06-21T04:51:13.7097199Z         PASS [   0.352s] ( 708/1167) spt-msg ring::tests::ring_gets_reply_and_cleans_up
2026-06-21T04:51:13.7111659Z         PASS [   0.015s] ( 709/1167) spt-net net::mesh::seedproof::tests::forged_proof_fails
2026-06-21T04:51:13.7233367Z         PASS [   0.014s] ( 710/1167) spt-net net::mesh::seedproof::tests::frame_codec_round_trips_and_rejects_garbage
2026-06-21T04:51:13.7249615Z         PASS [   0.069s] ( 711/1167) spt-net net::endpoint::tests::endpoint_id_binds_to_identity
2026-06-21T04:51:13.7256714Z         PASS [   0.014s] ( 712/1167) spt-net net::mesh::seedproof::tests::hello_frame_round_trips_and_rejects_malformed
2026-06-21T04:51:13.7357402Z         PASS [   0.012s] ( 713/1167) spt-net net::mesh::seedproof::tests::mk_derivation_is_deterministic_and_input_sensitive
2026-06-21T04:51:13.7395792Z         PASS [   0.015s] ( 714/1167) spt-net net::mesh::seedproof::tests::mutual_requires_both_sides
2026-06-21T04:51:13.7422669Z         PASS [   0.016s] ( 715/1167) spt-net net::mesh::seedproof::tests::proofset_frame_round_trips_and_rejects_malformed
2026-06-21T04:51:13.7470435Z         PASS [   0.271s] ( 716/1167) spt-msg ring::tests::ring_offline_target_queues_and_cleans_up
2026-06-21T04:51:13.7491470Z         PASS [   0.013s] ( 717/1167) spt-net net::mesh::seedproof::tests::valid_proof_verifies_and_roles_differ
2026-06-21T04:51:13.7526903Z         PASS [   0.013s] ( 718/1167) spt-net net::mesh::seedproof::tests::wrong_epoch_fails
2026-06-21T04:51:13.7567668Z         PASS [   0.014s] ( 719/1167) spt-net net::mesh::seedproof::tests::wrong_subnet_fails
2026-06-21T04:51:13.7681168Z         PASS [   0.021s] ( 720/1167) spt-net net::notif::tests::forged_origin_field_is_inert
2026-06-21T04:51:13.7687891Z         PASS [   0.020s] ( 721/1167) spt-net net::notif::tests::record_round_trips_and_unknown_kind_is_skipped
2026-06-21T04:51:13.7753149Z         PASS [   0.023s] ( 722/1167) spt-net net::notif::tests::record_split_across_chunks_reassembles
2026-06-21T04:51:13.7771013Z         PASS [   0.020s] ( 723/1167) spt-net net::pairing::meet::tests::derived_identity_is_deterministic_and_input_bound
2026-06-21T04:51:13.7813543Z         PASS [   0.013s] ( 724/1167) spt-net net::pairing::meet::tests::key_seed_is_not_the_token
2026-06-21T04:51:13.7885253Z         PASS [   0.013s] ( 725/1167) spt-net net::pairing::meet::tests::skewed_window_contains_the_listener_id
2026-06-21T04:51:13.7910995Z         PASS [   0.014s] ( 726/1167) spt-net net::pairing::ntp::tests::offset_applies_signed_and_saturates
2026-06-21T04:51:13.7948983Z         PASS [   0.013s] ( 727/1167) spt-net net::pairing::ntp::tests::parse_rejects_short_and_zeroed_replies
2026-06-21T04:51:13.7962289Z         PASS [   0.123s] ( 728/1167) spt-net net::endpoint::tests::two_endpoints_loopback_echo
2026-06-21T04:51:13.8013648Z         PASS [   0.013s] ( 729/1167) spt-net net::pairing::ntp::tests::sntp_query_reads_the_transmit_timestamp
2026-06-21T04:51:13.8052608Z         PASS [   0.014s] ( 730/1167) spt-net net::pairing::ntp::tests::unreachable_server_falls_back
2026-06-21T04:51:13.8075733Z         PASS [   0.013s] ( 731/1167) spt-net net::pairing::ratelimit::tests::abandoned_ceremony_is_reclaimed_and_charged
2026-06-21T04:51:13.8112283Z         PASS [   0.015s] ( 732/1167) spt-net net::pairing::ratelimit::tests::backoff_curve_doubles_then_caps
2026-06-21T04:51:13.8146334Z         PASS [   0.013s] ( 733/1167) spt-net net::pairing::ratelimit::tests::backoff_is_per_subnet
2026-06-21T04:51:13.8178137Z         PASS [   0.012s] ( 734/1167) spt-net net::pairing::ratelimit::tests::failures_impose_exponential_backoff
2026-06-21T04:51:13.8217738Z         PASS [   0.014s] ( 735/1167) spt-net net::pairing::ratelimit::tests::first_ceremony_is_free_and_success_resets
2026-06-21T04:51:13.8276829Z         PASS [   0.016s] ( 736/1167) spt-net net::pairing::ratelimit::tests::one_active_ceremony_per_subnet
2026-06-21T04:51:13.8311104Z         PASS [   0.016s] ( 737/1167) spt-net net::pairing::ratelimit::tests::success_clears_accumulated_backoff
2026-06-21T04:51:13.8346960Z         PASS [   0.017s] ( 738/1167) spt-net net::pairing::rendezvous::tests::distinct_same_length_names_diverge
2026-06-21T04:51:13.8386426Z         PASS [   0.017s] ( 739/1167) spt-net net::pairing::rendezvous::tests::length_prefix_prevents_boundary_collision
2026-06-21T04:51:13.8426655Z         PASS [   0.015s] ( 740/1167) spt-net net::pairing::rendezvous::tests::token_is_deterministic
2026-06-21T04:51:13.8497983Z         PASS [   0.017s] ( 741/1167) spt-net net::pairing::rendezvous::tests::token_varies_with_name_and_step
2026-06-21T04:51:13.8535060Z         PASS [   0.019s] ( 742/1167) spt-net net::pairing::rendezvous::tests::window_is_three_adjacent_tokens
2026-06-21T04:51:13.9018498Z         PASS [   0.059s] ( 743/1167) spt-net net::pairing::spake::tests::reflected_role_is_rejected_by_pake
2026-06-21T04:51:13.9285402Z         PASS [   0.090s] ( 744/1167) spt-net net::pairing::spake::tests::matching_code_pairs_and_agrees_on_key
2026-06-21T04:51:13.9383539Z         PASS [   0.090s] ( 745/1167) spt-net net::pairing::spake::tests::stale_epoch_fails
2026-06-21T04:51:13.9452208Z         PASS [   0.092s] ( 746/1167) spt-net net::pairing::spake::tests::stale_step_fails
2026-06-21T04:51:13.9461184Z         PASS [   0.177s] ( 747/1167) spt-net net::pairing::meet::tests::meet_redirects_joiner_to_the_real_pairing_endpoint
2026-06-21T04:51:13.9518946Z         PASS [   1.430s] ( 748/1167) spt-live resume::tests::download_renders_role_first_then_live_then_project
2026-06-21T04:51:13.9616550Z         PASS [   0.015s] ( 749/1167) spt-net net::pairing::totp::tests::code_at_is_six_zero_padded_digits
2026-06-21T04:51:13.9662392Z         PASS [   0.014s] ( 750/1167) spt-net net::pairing::totp::tests::debug_redacts_seed
2026-06-21T04:51:13.9760349Z         PASS [   0.014s] ( 751/1167) spt-net net::pairing::totp::tests::generated_seeds_are_distinct
2026-06-21T04:51:13.9783407Z         PASS [   0.012s] ( 752/1167) spt-net net::pairing::totp::tests::matches_rfc6238_appendix_b_vectors
2026-06-21T04:51:13.9833590Z         PASS [   0.442s] ( 753/1167) spt-msg::killer_quickstart offline_then_online_delivers_backlog
2026-06-21T04:51:13.9863688Z         PASS [   0.085s] ( 754/1167) spt-net net::pairing::spake::tests::substituted_pubkey_fails
2026-06-21T04:51:13.9882473Z         PASS [   0.012s] ( 755/1167) spt-net net::pairing::totp::tests::otpauth_uri_is_well_formed_and_encoded
2026-06-21T04:51:13.9918876Z         PASS [   0.013s] ( 756/1167) spt-net net::pairing::totp::tests::seed_round_trips_through_base32
2026-06-21T04:51:13.9949695Z         PASS [   0.012s] ( 757/1167) spt-net net::pairing::totp::tests::time_step_is_floor_unix_over_period
2026-06-21T04:51:13.9985433Z         PASS [   0.012s] ( 758/1167) spt-net net::pairing::totp::tests::window_accepts_plus_minus_one_only
2026-06-21T04:51:14.0026519Z         PASS [   0.014s] ( 759/1167) spt-net net::pairing::transcript::tests::diverged_shared_secret_fails_verification
2026-06-21T04:51:14.0073364Z         PASS [   0.015s] ( 760/1167) spt-net net::pairing::transcript::tests::each_bound_field_changes_the_tag
2026-06-21T04:51:14.0106004Z         PASS [   0.016s] ( 761/1167) spt-net net::pairing::transcript::tests::length_prefixing_prevents_boundary_collision
2026-06-21T04:51:14.0143929Z         PASS [   0.016s] ( 762/1167) spt-net net::pairing::transcript::tests::matching_tag_verifies_and_roles_differ
2026-06-21T04:51:14.0169796Z         PASS [   0.088s] ( 763/1167) spt-net net::pairing::spake::tests::tampered_tag_fails
2026-06-21T04:51:14.0195499Z         PASS [   0.017s] ( 764/1167) spt-net net::pairing::transcript::tests::message_order_is_bound
2026-06-21T04:51:14.0236653Z         PASS [   0.016s] ( 765/1167) spt-net net::pairing::transcript::tests::pake_identity_binds_role_and_context
2026-06-21T04:51:14.0283512Z         PASS [   0.090s] ( 766/1167) spt-net net::pairing::spake::tests::wrong_code_fails_at_confirmation_not_spake
2026-06-21T04:51:14.0333648Z         PASS [   0.016s] ( 767/1167) spt-net net::pairing::wire::tests::frame_codec_round_trips_and_rejects_garbage
2026-06-21T04:51:14.0351348Z         PASS [   0.090s] ( 768/1167) spt-net net::pairing::spake::tests::wrong_subnet_fails
2026-06-21T04:51:14.0365108Z         PASS [   0.017s] ( 769/1167) spt-net net::pairing::wire::tests::hello_intro_is_additive_and_roundtrips
2026-06-21T04:51:14.0463923Z         PASS [   0.013s] ( 770/1167) spt-net net::pairing::wire::tests::seed_frame_roster_is_additive_and_roundtrips
2026-06-21T04:51:14.0855027Z         PASS [   0.580s] ( 771/1167) spt-msg ring::tests::ring_timeout_cleans_up
2026-06-21T04:51:14.1091683Z         PASS [   0.024s] ( 772/1167) spt-net net::registry::tests::advertise_if_visible_gates_before_join
2026-06-21T04:51:14.1217547Z         PASS [   0.111s] ( 773/1167) spt-net net::pairing::wire::tests::busy_subnet_refuses_ceremony
2026-06-21T04:51:14.1235903Z         PASS [   0.014s] ( 774/1167) spt-net net::registry::tests::distinct_nodes_are_separate_instances
2026-06-21T04:51:14.1364410Z         PASS [   0.591s] ( 775/1167) spt-msg::killer_quickstart two_agents_exchange_message_tcp_and_spool
2026-06-21T04:51:14.1407841Z         PASS [   0.019s] ( 776/1167) spt-net net::registry::tests::equal_epoch_replay_is_stale_noop
2026-06-21T04:51:14.1469228Z         PASS [   0.020s] ( 777/1167) spt-net net::registry::tests::evicting_dead_node_clears_phantom_ambiguity
2026-06-21T04:51:14.1609588Z         PASS [   0.022s] ( 778/1167) spt-net net::registry::tests::excluded_endpoint_is_not_routable_even_via_node_pin
2026-06-21T04:51:14.1645186Z         PASS [   0.023s] ( 779/1167) spt-net net::registry::tests::exclusion_prunes_cross_subnet_ambiguity
2026-06-21T04:51:14.1676581Z         PASS [   0.021s] ( 780/1167) spt-net net::registry::tests::join_collides_even_with_offline_holder
2026-06-21T04:51:14.1755124Z         PASS [   0.017s] ( 781/1167) spt-net net::registry::tests::join_colliding_id_on_other_node_refuses_untouched
2026-06-21T04:51:14.1761421Z         PASS [   0.139s] ( 782/1167) spt-net net::pairing::wire::tests::unknown_subnet_is_rejected
2026-06-21T04:51:14.1780921Z         PASS [   0.142s] ( 783/1167) spt-net net::pairing::wire::tests::stale_step_is_rejected
2026-06-21T04:51:14.1892021Z         PASS [   0.023s] ( 784/1167) spt-net net::registry::tests::join_fresh_id_is_inserted
2026-06-21T04:51:14.1908971Z         PASS [   0.026s] ( 785/1167) spt-net net::registry::tests::join_same_name_in_different_subnet_is_legal
2026-06-21T04:51:14.1929885Z         PASS [   0.018s] ( 786/1167) spt-net net::registry::tests::join_same_node_falls_through_to_lease
2026-06-21T04:51:14.1973537Z         PASS [   0.021s] ( 787/1167) spt-net net::registry::tests::newer_epoch_supersedes_same_node
2026-06-21T04:51:14.2034939Z         PASS [   0.026s] ( 788/1167) spt-net net::registry::tests::node_label_rides_the_lease_and_serde
2026-06-21T04:51:14.2087876Z         PASS [   0.016s] ( 789/1167) spt-net net::registry::tests::node_qualifier_accepts_label_and_prefix_refuses_shared
2026-06-21T04:51:14.2095850Z         PASS [   0.194s] ( 790/1167) spt-net net::pairing::wire::tests::create_new_then_join_learns_named_subnet
2026-06-21T04:51:14.2106107Z         PASS [   0.022s] ( 791/1167) spt-net net::registry::tests::node_level_label_lease_persist_prune_and_serde
2026-06-21T04:51:14.2137071Z         PASS [   0.021s] ( 792/1167) spt-net net::registry::tests::presence_datum_rides_the_lease_and_serde
2026-06-21T04:51:14.2196102Z         PASS [   0.022s] ( 793/1167) spt-net net::registry::tests::registry_serde_roundtrips
2026-06-21T04:51:14.2217696Z         PASS [   0.018s] ( 794/1167) spt-net net::registry::tests::rename_collision_refuses_whole_ripple
2026-06-21T04:51:14.2224286Z         PASS [   0.015s] ( 795/1167) spt-net net::registry::tests::rename_ripples_rows_across_advertised_subnets
2026-06-21T04:51:14.2273771Z         PASS [   0.019s] ( 796/1167) spt-net net::registry::tests::resolve_across_bare_id_in_two_subnets_refuses
2026-06-21T04:51:14.2293193Z         PASS [   0.020s] ( 797/1167) spt-net net::registry::tests::resolve_across_subnet_qualified_routes_there
2026-06-21T04:51:14.2296321Z         PASS [   0.201s] ( 798/1167) spt-net net::pairing::wire::tests::repair_member_keeps_seed
2026-06-21T04:51:14.2312892Z         PASS [   0.018s] ( 799/1167) spt-net net::registry::tests::resolve_across_unique_id_resolves
2026-06-21T04:51:14.2357884Z         PASS [   0.212s] ( 800/1167) spt-net net::pairing::wire::tests::loopback_pairs_and_transfers_seed_and_roster
2026-06-21T04:51:14.2403675Z         PASS [   0.021s] ( 801/1167) spt-net net::registry::tests::resolve_multiple_live_nodes_refuses
2026-06-21T04:51:14.2434762Z         PASS [   0.022s] ( 802/1167) spt-net net::registry::tests::resolve_node_qualifier_pins_and_offline_is_not_found
2026-06-21T04:51:14.2465566Z         PASS [   0.024s] ( 803/1167) spt-net net::registry::tests::resolve_prefers_local_instance
2026-06-21T04:51:14.2504915Z         PASS [   0.023s] ( 804/1167) spt-net net::registry::tests::resolve_sole_live_remote_and_skips_offline
2026-06-21T04:51:14.2540960Z         PASS [   0.025s] ( 805/1167) spt-net net::registry::tests::resource_blurb_rides_the_lease_and_serde
2026-06-21T04:51:14.2583373Z         PASS [   0.028s] ( 806/1167) spt-net net::registry::tests::resource_projection_filters_hidden_and_offline
2026-06-21T04:51:14.2586956Z         PASS [   0.212s] ( 807/1167) spt-net net::pairing::wire::tests::wrong_code_fails_and_records_no_membership
2026-06-21T04:51:14.2614584Z         PASS [   0.030s] ( 808/1167) spt-net net::registry::tests::resource_projection_threads_node_label
2026-06-21T04:51:14.2644849Z         PASS [   0.029s] ( 809/1167) spt-net net::registry::tests::stale_active_cannot_clobber_newer_offline
2026-06-21T04:51:14.2685627Z         PASS [   0.028s] ( 810/1167) spt-net net::registry::tests::suspended_is_addressable_and_roundtrips
2026-06-21T04:51:14.2717499Z         PASS [   0.028s] ( 811/1167) spt-net net::replicate::tests::apply_routes_by_subnet_and_drops_non_member
2026-06-21T04:51:14.2752256Z         PASS [   0.029s] ( 812/1167) spt-net net::replicate::tests::decoder_survives_chunk_splits_and_corrupt_lines
2026-06-21T04:51:14.2779192Z         PASS [   0.027s] ( 813/1167) spt-net net::replicate::tests::feed_carries_instances_and_node_labels_wire_compat
2026-06-21T04:51:14.2819895Z         PASS [   0.028s] ( 814/1167) spt-net net::replicate::tests::stale_wire_update_cannot_clobber_newer_state
2026-06-21T04:51:14.2855602Z         PASS [   0.027s] ( 815/1167) spt-net net::replicate::tests::update_round_trips_and_tolerates_unknown_field
2026-06-21T04:51:14.2892632Z         PASS [   0.031s] ( 816/1167) spt-net net::rest::tests::records_round_trip_and_degrade
2026-06-21T04:51:14.2921602Z         PASS [   0.031s] ( 817/1167) spt-net net::serveprobe::tests::records_round_trip_and_degrade
2026-06-21T04:51:14.2949568Z         PASS [   0.031s] ( 818/1167) spt-net net::shelllink::tests::records_round_trip_and_degrade
2026-06-21T04:51:14.2986033Z         PASS [   0.030s] ( 819/1167) spt-net net::sync::tests::forged_origin_field_is_inert
2026-06-21T04:51:14.3016496Z         PASS [   0.030s] ( 820/1167) spt-net net::sync::tests::record_split_across_chunks_reassembles
2026-06-21T04:51:14.3048612Z         PASS [   0.030s] ( 821/1167) spt-net net::sync::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-21T04:51:14.3074740Z         PASS [   0.030s] ( 822/1167) spt-net net::update::tests::forged_origin_field_is_inert
2026-06-21T04:51:14.3116605Z         PASS [   0.030s] ( 823/1167) spt-net net::update::tests::record_split_across_chunks_reassembles
2026-06-21T04:51:14.3142185Z         PASS [   0.029s] ( 824/1167) spt-net net::update::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-21T04:51:14.3168972Z         PASS [   0.028s] ( 825/1167) spt-net net::wanmsg::tests::forged_origin_field_is_inert
2026-06-21T04:51:14.3199485Z         PASS [   0.028s] ( 826/1167) spt-net net::wanmsg::tests::message_round_trips_and_tolerates_unknown_field
2026-06-21T04:51:14.3230685Z         PASS [   0.028s] ( 827/1167) spt-net net::wanmsg::tests::route_splits_local_and_remote_and_passes_refusals
2026-06-21T04:51:14.3264216Z         PASS [   0.028s] ( 828/1167) spt-net net::xfer::tests::forged_origin_field_is_inert
2026-06-21T04:51:14.3306769Z         PASS [   0.029s] ( 829/1167) spt-net net::xfer::tests::record_split_across_chunks_reassembles
2026-06-21T04:51:14.3349914Z         PASS [   0.030s] ( 830/1167) spt-net net::xfer::tests::records_round_trip_and_unknown_kind_is_skipped
2026-06-21T04:51:14.3360997Z         PASS [   0.024s] ( 831/1167) spt-proto addr::tests::parses_every_qualifier_combination
2026-06-21T04:51:14.3393931Z         PASS [   0.025s] ( 832/1167) spt-proto addr::tests::rejects_doubled_delimiters
2026-06-21T04:51:14.3410879Z         PASS [   0.034s] ( 833/1167) spt-proto addr::tests::display_round_trips
2026-06-21T04:51:14.3421769Z         PASS [   0.025s] ( 834/1167) spt-proto addr::tests::rejects_empty_or_bad_components
2026-06-21T04:51:14.3453963Z         PASS [   0.025s] ( 835/1167) spt-proto chunk::tests::malformed_parts_return_none
2026-06-21T04:51:14.3482737Z         PASS [   0.025s] ( 836/1167) spt-proto chunk::tests::missing_middle_part_is_dropped
2026-06-21T04:51:14.3507816Z         PASS [   0.024s] ( 837/1167) spt-proto chunk::tests::orphan_group_without_head_is_dropped
2026-06-21T04:51:14.3542827Z         PASS [   0.024s] ( 838/1167) spt-proto chunk::tests::oversized_line_splits_and_each_part_is_well_formed_and_bounded
2026-06-21T04:51:14.3575297Z         PASS [   0.022s] ( 839/1167) spt-proto chunk::tests::reassemble_stream_handles_mixed_traffic
2026-06-21T04:51:14.3607009Z         PASS [   0.025s] ( 840/1167) spt-proto chunk::tests::short_line_passes_through_unchunked
2026-06-21T04:51:14.3664255Z         PASS [   0.025s] ( 841/1167) spt-proto endpoint::tests::agent_vs_shell_split
2026-06-21T04:51:14.3691756Z         PASS [   0.027s] ( 842/1167) spt-proto endpoint::tests::broker_and_node_families
2026-06-21T04:51:14.3725942Z         PASS [   0.027s] ( 843/1167) spt-proto endpoint::tests::day_one_tags_round_trip
2026-06-21T04:51:14.3762053Z         PASS [   0.028s] ( 844/1167) spt-proto endpoint::tests::shell_kind_round_trips
2026-06-21T04:51:14.3793239Z         PASS [   0.028s] ( 845/1167) spt-proto endpoint::tests::unknown_tag_tolerated_and_preserved
2026-06-21T04:51:14.3822914Z         PASS [   0.028s] ( 846/1167) spt-proto envelope::tests::body_escape_is_cr_linesafe
2026-06-21T04:51:14.3852561Z         PASS [   0.028s] ( 847/1167) spt-proto envelope::tests::body_escape_unescape_round_trips_html_and_newlines
2026-06-21T04:51:14.3886008Z         PASS [   0.028s] ( 848/1167) spt-proto envelope::tests::decode_is_amp_last_so_literal_entities_do_not_double_decode
2026-06-21T04:51:14.3926871Z         PASS [   0.053s] ( 849/1167) spt-proto chunk::tests::split_then_reassemble_is_byte_identity
2026-06-21T04:51:14.3963157Z         PASS [   0.030s] ( 850/1167) spt-proto envelope::tests::from_attr_returns_none_on_garbage_or_empty
2026-06-21T04:51:14.3986764Z         PASS [   0.029s] ( 851/1167) spt-proto envelope::tests::from_attr_unescape_is_amp_last
2026-06-21T04:51:14.4016062Z         PASS [   0.029s] ( 852/1167) spt-proto envelope::tests::parser_both_tags_present
2026-06-21T04:51:14.4047385Z         PASS [   0.029s] ( 853/1167) spt-proto envelope::tests::parser_empty_body_is_some_empty_and_nested_tags_preserved
2026-06-21T04:51:14.4069240Z         PASS [   0.028s] ( 854/1167) spt-proto envelope::tests::parser_no_tags_falls_back_whole_payload_to_live
2026-06-21T04:51:14.4095963Z         PASS [   0.027s] ( 855/1167) spt-proto envelope::tests::parser_out_of_order_tags_both_extracted
2026-06-21T04:51:14.4124262Z         PASS [   0.027s] ( 856/1167) spt-proto envelope::tests::parser_unclosed_live_tag_does_not_scoop_project
2026-06-21T04:51:14.4148308Z         PASS [   0.026s] ( 857/1167) spt-proto event::tests::alarm_event_round_trips
2026-06-21T04:51:14.4180295Z         PASS [   0.025s] ( 858/1167) spt-proto event::tests::attr_decode_is_amp_last
2026-06-21T04:51:14.4202875Z         PASS [   0.024s] ( 859/1167) spt-proto event::tests::attr_order_preserved
2026-06-21T04:51:14.4230844Z         PASS [   0.024s] ( 860/1167) spt-proto event::tests::body_with_literal_event_tokens_round_trips
2026-06-21T04:51:14.4253840Z         PASS [   0.024s] ( 861/1167) spt-proto event::tests::empty_body_envelope_parses
2026-06-21T04:51:14.4283149Z         PASS [   0.024s] ( 862/1167) spt-proto event::tests::malformed_inputs_return_none_without_panic
2026-06-21T04:51:14.4312928Z         PASS [   0.024s] ( 863/1167) spt-proto event::tests::msg_event_round_trips
2026-06-21T04:51:14.4337492Z         PASS [   0.024s] ( 864/1167) spt-proto event::tests::psyche_authorable_types_are_reply_and_notify_only
2026-06-21T04:51:14.4368522Z         PASS [   0.024s] ( 865/1167) spt-proto event::tests::typed_envelope_detected_and_parsed
2026-06-21T04:51:14.4392044Z         PASS [   0.024s] ( 866/1167) spt-proto event::tests::typed_predicate_rejects_partials
2026-06-21T04:51:14.4423465Z         PASS [   0.024s] ( 867/1167) spt-proto event::tests::user_msg_envelope_is_n_minus_one_tolerant
2026-06-21T04:51:14.4446784Z         PASS [   0.024s] ( 868/1167) spt-proto event::tests::user_msg_event_round_trips
2026-06-21T04:51:14.4476088Z         PASS [   0.024s] ( 869/1167) spt-proto event::tests::user_msg_gate_is_not_payload_trusted
2026-06-21T04:51:14.4499061Z         PASS [   0.024s] ( 870/1167) spt-proto event::tests::user_msg_identity_gate_truth_table
2026-06-21T04:51:14.4533267Z         PASS [   0.025s] ( 871/1167) spt-proto id::tests::accepts_japanese_scripts
2026-06-21T04:51:14.4558944Z         PASS [   0.025s] ( 872/1167) spt-proto id::tests::accepts_plain_and_composite_ids
2026-06-21T04:51:14.4585101Z         PASS [   0.025s] ( 873/1167) spt-proto id::tests::rejects_empty_and_overlong
2026-06-21T04:51:14.4618778Z         PASS [   0.025s] ( 874/1167) spt-proto id::tests::rejects_path_whitespace_and_control
2026-06-21T04:51:14.4641396Z         PASS [   0.025s] ( 875/1167) spt-proto id::tests::reports_bad_char_position
2026-06-21T04:51:14.4670777Z         PASS [   0.025s] ( 876/1167) spt-proto id::tests::reserves_address_delimiters
2026-06-21T04:51:14.4708072Z         PASS [   0.026s] ( 877/1167) spt-proto identity::tests::bad_inputs_error_without_panic
2026-06-21T04:51:14.4763844Z         PASS [   0.026s] ( 878/1167) spt-proto identity::tests::public_key_hex_round_trips
2026-06-21T04:51:14.4830601Z         PASS [   0.027s] ( 879/1167) spt-proto payload::tests::base64_known_vectors
2026-06-21T04:51:14.4832115Z         PASS [   0.035s] ( 880/1167) spt-proto identity::tests::known_answer_fixed_seed_is_stable
2026-06-21T04:51:14.4861964Z         PASS [   0.028s] ( 881/1167) spt-proto payload::tests::binary_blob_round_trips_all_byte_values
2026-06-21T04:51:14.4895202Z         PASS [   0.027s] ( 882/1167) spt-proto payload::tests::blob_padding_lengths_round_trip
2026-06-21T04:51:14.4921499Z         PASS [   0.028s] ( 883/1167) spt-proto payload::tests::command_payload_round_trips
2026-06-21T04:51:14.4952188Z         PASS [   0.028s] ( 884/1167) spt-proto payload::tests::text_payload_round_trips
2026-06-21T04:51:14.4982129Z         PASS [   0.027s] ( 885/1167) spt-proto payload::tests::unknown_or_malformed_decodes_to_none
2026-06-21T04:51:14.5005795Z         PASS [   0.024s] ( 886/1167) spt-proto version::tests::current_version_self_compatible
2026-06-21T04:51:14.5035163Z         PASS [   0.021s] ( 887/1167) spt-proto version::tests::n_minus_one_window_accepts_and_rejects
2026-06-21T04:51:14.5063437Z         PASS [   0.023s] ( 888/1167) spt-proto version::tests::window_floor_saturates_at_zero
2026-06-21T04:51:14.5132666Z         PASS [   0.060s] ( 889/1167) spt-proto identity::tests::sign_verify_round_trip
2026-06-21T04:51:14.5151899Z         PASS [   0.026s] ( 890/1167) spt-runtime manifest::tests::digest_section_source_resolution
2026-06-21T04:51:14.5173624Z         PASS [   0.025s] ( 891/1167) spt-runtime manifest::tests::digest_section_validation_errors
2026-06-21T04:51:14.5201599Z         PASS [   0.025s] ( 892/1167) spt-runtime manifest::tests::fetcher_strategy_requires_fetcher_field
2026-06-21T04:51:14.5251549Z         PASS [   0.027s] ( 893/1167) spt-runtime manifest::tests::harness_fixture_parses_all_sections
2026-06-21T04:51:14.5270963Z         PASS [   0.026s] ( 894/1167) spt-runtime manifest::tests::harness_kind_with_shell_section_fails_validation
2026-06-21T04:51:14.5373024Z         PASS [   0.031s] ( 895/1167) spt-runtime manifest::tests::host_binaries_optional_and_n1_safe
2026-06-21T04:51:14.5373940Z         PASS [   0.024s] ( 896/1167) spt-runtime manifest::tests::inject_env_without_value_fails_validation
2026-06-21T04:51:14.5397469Z         PASS [   0.054s] ( 897/1167) spt-runtime manifest::tests::checked_in_schema_is_current
2026-06-21T04:51:14.5403842Z         PASS [   0.037s] ( 898/1167) spt-runtime manifest::tests::hint_keyword_matching
2026-06-21T04:51:14.5441706Z         PASS [   0.027s] ( 899/1167) spt-runtime manifest::tests::message_idle_translation_binary_opt_in
2026-06-21T04:51:14.5465358Z         PASS [   0.031s] ( 900/1167) spt-runtime manifest::tests::manifest_schema_shape
2026-06-21T04:51:14.5510145Z         PASS [   0.031s] ( 901/1167) spt-runtime manifest::tests::minimal_header_only_manifest_is_valid
2026-06-21T04:51:14.5540253Z         PASS [   0.029s] ( 902/1167) spt-runtime manifest::tests::per_capability_act_gate_parses_and_validates
2026-06-21T04:51:14.5570143Z         PASS [   0.030s] ( 903/1167) spt-runtime manifest::tests::profile_overlays_hints_wholesale
2026-06-21T04:51:14.5615597Z         PASS [   0.024s] ( 904/1167) spt-runtime manifest::tests::round_trips_through_toml
2026-06-21T04:51:14.5646878Z         PASS [   0.027s] ( 905/1167) spt-runtime manifest::tests::session_resume_role_parses_roundtrips_and_is_backcompat
2026-06-21T04:51:14.5674392Z         PASS [   0.028s] ( 906/1167) spt-runtime manifest::tests::shell_fixture_parses
2026-06-21T04:51:14.5704961Z         PASS [   0.030s] ( 907/1167) spt-runtime manifest::tests::shell_kind_without_shell_section_fails_validation
2026-06-21T04:51:14.5745547Z         PASS [   0.030s] ( 908/1167) spt-runtime manifest::tests::shell_tunnel_opt_in
2026-06-21T04:51:14.5806076Z         PASS [   0.034s] ( 909/1167) spt-runtime manifest::tests::shortcut_basename_optional_with_default
2026-06-21T04:51:14.5815565Z         PASS [   0.030s] ( 910/1167) spt-runtime manifest::tests::syntactically_broken_toml_is_an_error_not_a_panic
2026-06-21T04:51:14.5843990Z         PASS [   0.030s] ( 911/1167) spt-runtime manifest::tests::unknown_enum_variant_is_an_error_not_a_panic
2026-06-21T04:51:14.5883274Z         PASS [   0.031s] ( 912/1167) spt-runtime manifest::tests::update_avenue_content_signing_fields
2026-06-21T04:51:14.5911654Z         PASS [   0.030s] ( 913/1167) spt-runtime manifest::tests::update_avenue_gh_release_fields
2026-06-21T04:51:14.5949642Z         PASS [   0.030s] ( 914/1167) spt-runtime profile::tests::deep_nested_leaf_replace
2026-06-21T04:51:14.6146664Z         PASS [   0.047s] ( 915/1167) spt-runtime profile::tests::file_pointer_recognized_only_for_single_file_key_table
2026-06-21T04:51:14.6214442Z         PASS [   0.050s] ( 916/1167) spt-runtime profile::tests::leaf_replace_contract
2026-06-21T04:51:14.6229731Z         PASS [   0.048s] ( 917/1167) spt-runtime profile::tests::profile_overlays_strings
2026-06-21T04:51:14.6277091Z         PASS [   0.047s] ( 918/1167) spt-runtime profile::tests::resolve_shipped_profile_applies_overlay
2026-06-21T04:51:14.6309577Z         PASS [   0.049s] ( 919/1167) spt-runtime profile::tests::resolve_unknown_profile_errors
2026-06-21T04:51:14.6337253Z         PASS [   0.049s] ( 920/1167) spt-runtime profile::tests::split_option_first_colon
2026-06-21T04:51:14.6363935Z         PASS [   0.048s] ( 921/1167) spt-runtime profile::tests::string_dot_path_read_write
2026-06-21T04:51:14.6424068Z         PASS [   0.051s] ( 922/1167) spt-runtime profile::tests::tighten_only_allows_tightening
2026-06-21T04:51:14.6452135Z         PASS [   0.050s] ( 923/1167) spt-runtime profile::tests::tighten_only_refuses_loosened_over_cap
2026-06-21T04:51:14.6477254Z         PASS [   0.033s] ( 924/1167) spt-runtime profile::tests::tighten_only_refuses_loosened_require_approval
2026-06-21T04:51:14.6718115Z         PASS [   0.050s] ( 925/1167) spt-runtime registry::tests::create_local_profile_guards
2026-06-21T04:51:14.6811280Z         PASS [   0.053s] ( 926/1167) spt-runtime registry::tests::delete_local_profile_rules
2026-06-21T04:51:14.6814791Z         PASS [   0.044s] ( 927/1167) spt-runtime registry::tests::invalid_manifest_records_nothing
2026-06-21T04:51:14.6918437Z         PASS [   0.068s] ( 928/1167) spt-runtime registry::tests::cross_adapter_fallback_target_resolves_adapter_and_profile
2026-06-21T04:51:14.7022759Z         PASS [   0.055s] ( 929/1167) spt-runtime registry::tests::missing_string_file_skips_at_read_without_error
2026-06-21T04:51:14.7083523Z         PASS [   0.037s] ( 930/1167) spt-runtime registry::tests::pointer_missing_manifest_is_deferred_not_cryptic
2026-06-21T04:51:14.7100293Z         PASS [   0.065s] ( 931/1167) spt-runtime registry::tests::local_profile_survives_readd
2026-06-21T04:51:14.7103034Z         PASS [   0.079s] ( 932/1167) spt-runtime registry::tests::deregister_is_soft_and_readd_reactivates
2026-06-21T04:51:14.7135415Z         PASS [   0.070s] ( 933/1167) spt-runtime registry::tests::local_profile_overrides_a_shipped_file_pointer
2026-06-21T04:51:14.7137299Z         PASS [   0.080s] ( 934/1167) spt-runtime registry::tests::file_backed_string_reads_contents_lazily
2026-06-21T04:51:14.7227910Z         PASS [   2.087s] ( 935/1167) spt-live signoff::tests::boundary_writes_resume_commune
2026-06-21T04:51:14.7292522Z         PASS [   0.047s] ( 936/1167) spt-runtime registry::tests::register_copy_vs_pointer_by_avenue
2026-06-21T04:51:14.7293640Z         PASS [   0.047s] ( 937/1167) spt-runtime registry::tests::resolve_option_bare_shipped_and_local
2026-06-21T04:51:14.7301359Z         PASS [   0.039s] ( 938/1167) spt-runtime registry::tests::resolve_option_in_matches_disk
2026-06-21T04:51:14.7338004Z         PASS [   0.021s] ( 939/1167) spt-runtime resolve::tests::normalize_folds_case_and_stems_first_dot
2026-06-21T04:51:14.7372156Z         PASS [   0.035s] ( 940/1167) spt-runtime registry::tests::string_file_pointer_escaping_the_dir_is_refused_at_register
2026-06-21T04:51:14.7440148Z         PASS [   0.034s] ( 941/1167) spt-runtime resolve::tests::no_candidate_when_no_adapter_hosts_binary
2026-06-21T04:51:14.7546662Z         PASS [   0.041s] ( 942/1167) spt-runtime resolve::tests::pointer_is_sibling_to_adapter_dirs
2026-06-21T04:51:14.7588706Z         PASS [   0.050s] ( 943/1167) spt-runtime registry::tests::strings_get_set_through_overlay
2026-06-21T04:51:14.7602068Z         PASS [   0.032s] ( 944/1167) spt-runtime resolve::tests::renamed_in_use_exe_still_resolves
2026-06-21T04:51:14.7637841Z         PASS [  14.177s] ( 945/1167) spt::bin/spt cli::tests::shell_spawn_gates_on_the_registered_set
2026-06-21T04:51:14.7777594Z         PASS [   0.047s] ( 946/1167) spt-runtime resolve::tests::single_candidate_resolves_base_no_pointer
2026-06-21T04:51:14.7829522Z         PASS [   0.060s] ( 947/1167) spt-runtime resolve::tests::pointer_overrides_fallback
2026-06-21T04:51:14.7833151Z         PASS [   0.028s] ( 948/1167) spt-runtime runtime::tests::fills_known_placeholders
2026-06-21T04:51:14.7851491Z         PASS [   0.026s] ( 949/1167) spt-runtime runtime::tests::literal_braces_still_escape_per_token
2026-06-21T04:51:14.7873975Z         PASS [   0.027s] ( 950/1167) spt-runtime runtime::tests::missing_key_and_empty_command_errors_still_fire
2026-06-21T04:51:14.7916020Z         PASS [   0.028s] ( 951/1167) spt-runtime runtime::tests::missing_key_errors_before_spawn
2026-06-21T04:51:14.7922994Z         PASS [   0.082s] ( 952/1167) spt-runtime resolve::tests::fallback_picks_freshest_then_name
2026-06-21T04:51:14.7932520Z         PASS [   0.016s] ( 953/1167) spt-runtime runtime::tests::multiword_value_is_one_argv_element
2026-06-21T04:51:14.7976296Z         PASS [   0.015s] ( 954/1167) spt-runtime runtime::tests::quote_and_semicolon_values_stay_one_element
2026-06-21T04:51:14.7990048Z         PASS [   0.065s] ( 955/1167) spt-runtime resolve::tests::stale_pointer_self_heals_to_fallback
2026-06-21T04:51:14.8000884Z         PASS [   0.017s] ( 956/1167) spt-runtime runtime::tests::placeholder_inside_larger_token_substitutes_in_place
2026-06-21T04:51:14.8045049Z         PASS [   0.019s] ( 957/1167) spt-runtime runtime::tests::resolve_program_adds_exe_suffix_on_windows
2026-06-21T04:51:14.8098335Z         PASS [   0.022s] ( 958/1167) spt-runtime runtime::tests::resolve_program_falls_back_to_path
2026-06-21T04:51:14.8137567Z         PASS [   0.086s] ( 959/1167) spt-runtime resolve::tests::set_clear_prune_rules
2026-06-21T04:51:14.8150373Z         PASS [   0.023s] ( 960/1167) spt-runtime runtime::tests::resolve_program_prefers_install_dir
2026-06-21T04:51:14.8190228Z         PASS [   0.026s] ( 961/1167) spt-runtime runtime::tests::tokenize_honors_double_quotes
2026-06-21T04:51:14.8220673Z         PASS [   0.024s] ( 962/1167) spt-runtime runtime::tests::unknown_role_errors
2026-06-21T04:51:14.8238607Z         PASS [   0.087s] ( 963/1167) spt-runtime runtime::tests::bounded_run_captures_success
2026-06-21T04:51:14.8318568Z         PASS [   0.032s] ( 964/1167) spt-store access::tests::recent_outbound_correlates_within_window
2026-06-21T04:51:14.8369920Z         PASS [   0.038s] ( 965/1167) spt-store access::tests::allow_revoke_open_polarity
2026-06-21T04:51:14.8433397Z         PASS [   0.050s] ( 966/1167) spt-runtime runtime::tests::spawn_session_detached_returns_pid
2026-06-21T04:51:14.8455869Z         PASS [   0.041s] ( 967/1167) spt-store access::tests::recent_outbound_is_bounded
2026-06-21T04:51:14.8490466Z         PASS [   0.034s] ( 968/1167) spt-store access::tests::users_reservation_decodes_inert
2026-06-21T04:51:14.8503093Z         PASS [   0.040s] ( 969/1167) spt-store access::tests::recent_outbound_persists
2026-06-21T04:51:14.8526640Z         PASS [   0.039s] ( 970/1167) spt-store access::tests::store_persists_and_degrades_open
2026-06-21T04:51:14.8565083Z         PASS [   0.033s] ( 971/1167) spt-store atomic::tests::retry_absorbs_transient_then_succeeds
2026-06-21T04:51:14.8599433Z         PASS [   0.028s] ( 972/1167) spt-store atomic::tests::retry_does_not_retry_non_transient
2026-06-21T04:51:14.8608155Z         PASS [   0.042s] ( 973/1167) spt-store atomic::tests::atomic_write_bytes_round_trips
2026-06-21T04:51:14.8633903Z         PASS [   0.026s] ( 974/1167) spt-store atomic::tests::retry_gives_up_after_max_attempts
2026-06-21T04:51:14.8660860Z         PASS [   0.023s] ( 975/1167) spt-store atomic::tests::to_forward_slash_strips_unc_prefix
2026-06-21T04:51:14.8676295Z         PASS [   0.045s] ( 976/1167) spt-store atomic::tests::atomic_write_creates_and_replaces
2026-06-21T04:51:14.8723279Z         PASS [   0.024s] ( 977/1167) spt-store attachment::tests::boot_reset_and_serving_filter
2026-06-21T04:51:14.8754984Z         PASS [   0.030s] ( 978/1167) spt-store attachment::tests::attached_default_flip_roundtrip
2026-06-21T04:51:14.8769189Z         PASS [   0.027s] ( 979/1167) spt-store attachment::tests::corrupt_file_degrades_to_attached
2026-06-21T04:51:14.9089051Z         PASS [   0.036s] ( 980/1167) spt-store contextmark::tests::join_bump_dominates_both_parents
2026-06-21T04:51:14.9152231Z         PASS [   0.040s] ( 981/1167) spt-store contextmark::tests::marker_round_trips_v1_and_v2
2026-06-21T04:51:14.9212238Z         PASS [   0.044s] ( 982/1167) spt-store contextmark::tests::merge_decisions
2026-06-21T04:51:14.9234296Z         PASS [   0.013s] ( 983/1167) spt-store contextmark::tests::vector_compare_covers_all_orders
2026-06-21T04:51:14.9269896Z         PASS [   0.011s] ( 984/1167) spt-store contextmark::tests::vector_parse_tolerant
2026-06-21T04:51:15.0216993Z         PASS [   2.165s] ( 985/1167) spt-msg deliver::tests::recycled_pid_address_does_not_misdeliver
2026-06-21T04:51:15.1464835Z         PASS [   0.220s] ( 986/1167) spt-store contextstore::tests::invalid_id_refused
2026-06-21T04:51:15.2224945Z         PASS [   0.359s] ( 987/1167) spt-store branchstore::tests::open_or_init_idempotent
2026-06-21T04:51:15.3077014Z         LEAK [   0.564s] ( 988/1167) spt-runtime runtime::tests::bounded_run_kills_on_timeout
2026-06-21T04:51:15.5500562Z         PASS [   0.684s] ( 989/1167) spt-store branchstore::tests::sweep_removes_only_stale_empty_locks
2026-06-21T04:51:15.5732585Z         PASS [   0.023s] ( 990/1167) spt-store epoch::tests::corrupt_or_absent_file_degrades_safely
2026-06-21T04:51:15.5902465Z         PASS [   0.017s] ( 991/1167) spt-store epoch::tests::counter_persists_across_reload
2026-06-21T04:51:15.6119512Z         PASS [   0.021s] ( 992/1167) spt-store epoch::tests::next_is_strictly_increasing_from_one
2026-06-21T04:51:15.6294634Z         PASS [   0.018s] ( 993/1167) spt-store gitrun::tests::deadline_kills_and_reports_timed_out
2026-06-21T04:51:15.7578488Z         PASS [   0.127s] ( 994/1167) spt-store gitrun::tests::version_runs_within_budget
2026-06-21T04:51:15.7751781Z         PASS [   0.018s] ( 995/1167) spt-store grants::tests::grant_match_is_exact_per_tuple
2026-06-21T04:51:15.7918239Z         PASS [   0.017s] ( 996/1167) spt-store grants::tests::grant_revoke_roundtrip_default_deny
2026-06-21T04:51:15.8044625Z         PASS [   5.870s] ( 997/1167) spt-daemon::pump pump_survives_a_black_holing_peer_heartbeat_advances_no_restart
2026-06-21T04:51:15.8284594Z         PASS [   0.037s] ( 998/1167) spt-store grants::tests::persistence_and_corrupt_degrade_to_deny
2026-06-21T04:51:15.8425186Z         PASS [   0.037s] ( 999/1167) spt-store history::tests::appends_one_record_per_line
2026-06-21T04:51:15.8655503Z         PASS [   0.024s] (1000/1167) spt-store history::tests::digest_entries_go_to_a_separate_log
2026-06-21T04:51:15.8678009Z         PASS [   0.038s] (1001/1167) spt-store history::tests::context_entries_carry_the_discriminator
2026-06-21T04:51:15.8851550Z         PASS [   0.019s] (1002/1167) spt-store home::tests::home_assignment_matrix
2026-06-21T04:51:15.9010147Z         PASS [   0.014s] (1003/1167) spt-store home::tests::scope_seeding_never_clobbers_user_policy
2026-06-21T04:51:15.9059570Z         PASS [   0.038s] (1004/1167) spt-store home::tests::adoption_stamps_only_unset_and_only_when_unambiguous
2026-06-21T04:51:15.9276091Z         PASS [   0.028s] (1005/1167) spt-store home::tests::stamp_creation_fields_news_assign_and_revives_carry_forward
2026-06-21T04:51:15.9294522Z         PASS [   0.026s] (1006/1167) spt-store hostlabel::tests::hostname_is_nonempty_and_trimmed_on_supported_platforms
2026-06-21T04:51:15.9311397Z         PASS [   1.078s] (1007/1167) spt-store branchstore::tests::branches_are_independent_roots
2026-06-21T04:51:15.9565919Z         PASS [   0.027s] (1008/1167) spt-store info::tests::busy_sentinel_round_trips_and_read_pid_is_none
2026-06-21T04:51:15.9724211Z         PASS [   0.040s] (1009/1167) spt-store info::tests::controllable_is_additive_and_round_trips
2026-06-21T04:51:15.9917928Z         PASS [   0.036s] (1010/1167) spt-store info::tests::corrupt_content_returns_none
2026-06-21T04:51:16.0424444Z         PASS [   0.050s] (1011/1167) spt-store info::tests::psyche_host_error_round_trips_and_set_clear_increments
2026-06-21T04:51:16.0763108Z         PASS [   0.034s] (1012/1167) spt-store info::tests::read_pid_tolerates_schema_minimal
2026-06-21T04:51:16.1277902Z         PASS [   0.052s] (1013/1167) spt-store info::tests::set_driven_by_stamps_and_clears
2026-06-21T04:51:16.1784098Z         PASS [   0.050s] (1014/1167) spt-store info::tests::set_last_active_stamps_recency
2026-06-21T04:51:16.2181451Z         PASS [   0.040s] (1015/1167) spt-store info::tests::set_resources_writes_and_clears_the_blurb
2026-06-21T04:51:16.2361893Z         PASS [   1.375s] (1016/1167) spt-store branchstore::tests::multi_key_commit_is_one_commit
2026-06-21T04:51:16.2474223Z         PASS [   0.030s] (1017/1167) spt-store info::tests::set_rest_state_stamps_state_and_anchor_as_a_pair
2026-06-21T04:51:16.2509337Z         PASS [   0.279s] (1018/1167) spt-store info::tests::mutate_info_serializes_writers_so_offline_is_never_clobbered
2026-06-21T04:51:16.2587420Z         PASS [   1.391s] (1019/1167) spt-store branchstore::tests::unchanged_write_is_no_commit
2026-06-21T04:51:16.2644452Z         PASS [   1.403s] (1020/1167) spt-store branchstore::tests::commit_then_read_at_tip
2026-06-21T04:51:16.2726094Z         PASS [   0.036s] (1021/1167) spt-store info::tests::set_status_marks_existing_record
2026-06-21T04:51:16.2893046Z         PASS [   0.038s] (1022/1167) spt-store liveness::tests::busy_and_missing_keep_interim_parity
2026-06-21T04:51:16.3044854Z         PASS [   0.045s] (1023/1167) spt-store info::tests::write_read_round_trip
2026-06-21T04:51:16.3069768Z         PASS [   0.048s] (1024/1167) spt-store liveness::tests::daemon_hosted_offline_overrides_live_pid
2026-06-21T04:51:16.3113067Z         PASS [   0.048s] (1025/1167) spt-store liveness::tests::daemon_hosted_online_survives_dead_pid
2026-06-21T04:51:16.3141916Z         PASS [   0.042s] (1026/1167) spt-store liveness::tests::external_perch_still_pid_probes
2026-06-21T04:51:16.3320426Z         PASS [   0.038s] (1027/1167) spt-store nodeid::tests::corrupt_key_errors_never_regenerates
2026-06-21T04:51:16.3470567Z         PASS [   0.039s] (1028/1167) spt-store nodeid::tests::create_then_load_is_stable
2026-06-21T04:51:16.3541709Z         PASS [   0.042s] (1029/1167) spt-store nodeid::tests::seed_hex_round_trips
2026-06-21T04:51:16.3572036Z         PASS [   0.065s] (1030/1167) spt-store liveness::tests::registry_entry_keys_on_status_for_hosted_rows
2026-06-21T04:51:16.3730954Z         PASS [   0.019s] (1031/1167) spt-store notif::tests::row_serde_round_trips_with_forward_compat
2026-06-21T04:51:16.4459262Z         PASS [   0.131s] (1032/1167) spt-store notif::tests::listing_is_subnet_scoped
2026-06-21T04:51:16.4630394Z         PASS [   1.441s] (1033/1167) spt-store contextstore::tests::project_branch_holds_many_agents
2026-06-21T04:51:16.4847199Z         PASS [   0.138s] (1034/1167) spt-store notif::tests::produce_list_dismiss_round_trip
2026-06-21T04:51:16.4856713Z         PASS [   0.023s] (1035/1167) spt-store peeraddrs::tests::corrupt_file_degrades_to_empty
2026-06-21T04:51:16.5122793Z         PASS [   0.028s] (1036/1167) spt-store peeraddrs::tests::put_get_roundtrip_and_noop_reput
2026-06-21T04:51:16.5133150Z         PASS [   0.028s] (1037/1167) spt-store peeraddrs::tests::record_is_one_step_and_skips_noops
2026-06-21T04:51:16.5458256Z         PASS [   0.160s] (1038/1167) spt-store notif::tests::seen_unions_and_surfaced_maxes
2026-06-21T04:51:16.5533647Z         PASS [   0.222s] (1039/1167) spt-store notif::tests::merge_is_idempotent_and_commutative
2026-06-21T04:51:16.5559845Z         PASS [   0.198s] (1040/1167) spt-store notif::tests::reopen_is_durable_and_corrupt_seen_degrades
2026-06-21T04:51:16.5563859Z         PASS [   0.039s] (1041/1167) spt-store perch::tests::classification_matrix
2026-06-21T04:51:16.5588961Z         PASS [   0.045s] (1042/1167) spt-store perch::tests::child_files_route_through_one_resolver
2026-06-21T04:51:16.5652470Z         PASS [   0.116s] (1043/1167) spt-store notif::tests::stale_undismissed_copy_cannot_undismiss
2026-06-21T04:51:16.5653115Z         PASS [   0.028s] (1044/1167) spt-store perch::tests::explicit_parent_wins_over_infer
2026-06-21T04:51:16.5828238Z         PASS [   0.030s] (1045/1167) spt-store perch::tests::resolve_self_is_flat
2026-06-21T04:51:16.5857729Z         PASS [   0.030s] (1046/1167) spt-store perch::tests::resolve_psyche_and_worker_nest_under_parent
2026-06-21T04:51:16.5952206Z         PASS [   0.041s] (1047/1167) spt-store perch::tests::list_self_perch_ids_enumerates_bound_top_level
2026-06-21T04:51:16.5954546Z         PASS [   0.031s] (1048/1167) spt-store proc::tests::current_process_is_alive
2026-06-21T04:51:16.6093915Z         PASS [   0.046s] (1049/1167) spt-store perch::tests::spt_home_is_pure_and_honors_env
2026-06-21T04:51:16.6136561Z         PASS [   0.050s] (1050/1167) spt-store perch::tests::shell_perches_resolve_under_owner_shells_namespace
2026-06-21T04:51:16.6172667Z         PASS [   0.029s] (1051/1167) spt-store proc::tests::exe_basename_dead_pid_is_none
2026-06-21T04:51:16.6173480Z         PASS [   0.029s] (1052/1167) spt-store proc::tests::exe_basename_resolves_current_process
2026-06-21T04:51:16.6227962Z         PASS [   0.030s] (1053/1167) spt-store proc::tests::parent_pid_resolves_and_is_alive
2026-06-21T04:51:16.6240038Z         PASS [   0.031s] (1054/1167) spt-store proc::tests::pid_zero_is_dead_on_every_os
2026-06-21T04:51:16.6454105Z         PASS [   0.033s] (1055/1167) spt-store project::tests::url_spellings_normalize_to_one_id
2026-06-21T04:51:16.6478967Z         PASS [   0.040s] (1056/1167) spt-store proc::tests::unassigned_pid_is_dead
2026-06-21T04:51:16.6488042Z         PASS [   0.040s] (1057/1167) spt-store proc::tests::process_cmdline_reads_a_live_arg_marker
2026-06-21T04:51:16.7642148Z         PASS [   0.114s] (1058/1167) spt-store registry::tests::register_on_nonexistent_owlery_creates_dir_and_succeeds
2026-06-21T04:51:16.7950956Z         PASS [   0.143s] (1059/1167) spt-store registry::tests::register_and_lookup
2026-06-21T04:51:16.8514511Z         PASS [   0.227s] (1060/1167) spt-store registry::tests::clean_removes_dead_keeps_live
2026-06-21T04:51:16.8536256Z         PASS [   0.231s] (1061/1167) spt-store registry::tests::clean_keys_on_status_for_daemon_hosted_rows
2026-06-21T04:51:16.9070614Z         PASS [   0.053s] (1062/1167) spt-store rename::tests::live_nested_child_blocks_rename
2026-06-21T04:51:16.9382243Z         PASS [   0.176s] (1063/1167) spt-store registry::tests::reregister_replaces_address
2026-06-21T04:51:16.9448563Z         PASS [   0.038s] (1064/1167) spt-store rename::tests::rename_refusals_leave_owlery_untouched
2026-06-21T04:51:16.9570266Z         PASS [   0.105s] (1065/1167) spt-store registry::tests::resolve_on_empty_registry_is_none_not_error
2026-06-21T04:51:16.9745560Z         PASS [   0.017s] (1066/1167) spt-store roster::tests::merge_entry_is_strictly_greater_lease_wins
2026-06-21T04:51:16.9788833Z         PASS [   0.033s] (1067/1167) spt-store roster::tests::is_member_any_spans_subnets_and_honors_tombstones
2026-06-21T04:51:16.9874156Z         PASS [   0.196s] (1068/1167) spt-store registry::tests::resolve_cleans_before_lookup
2026-06-21T04:51:16.9991874Z         PASS [   0.025s] (1069/1167) spt-store roster::tests::merge_is_commutative_and_idempotent
2026-06-21T04:51:17.0050892Z         PASS [   0.066s] (1070/1167) spt-store rename::tests::rename_ripples_self_and_nested_children
2026-06-21T04:51:17.0226418Z         PASS [   0.030s] (1071/1167) spt-store roster::tests::roster_for_projects_one_subnets_slice
2026-06-21T04:51:17.0348107Z         PASS [   0.028s] (1072/1167) spt-store roster::tests::tombstone_dominates_suppresses_reinsert_and_clears
2026-06-21T04:51:17.0349062Z         PASS [   0.055s] (1073/1167) spt-store roster::tests::offline_member_persists_through_silence_and_reload
2026-06-21T04:51:17.0373742Z         PASS [   0.019s] (1074/1167) spt-store roster::tests::tombstones_are_scoped_and_merge
2026-06-21T04:51:17.0428718Z         PASS [   0.042s] (1075/1167) spt-store roster::tests::serde_additive_and_degrades_to_empty
2026-06-21T04:51:17.0574673Z         PASS [   0.016s] (1076/1167) spt-store rotation::tests::coalesce_unions_revokees_and_keeps_earliest_deadline
2026-06-21T04:51:17.0581377Z         PASS [   0.020s] (1077/1167) spt-store roster::tests::upsert_self_overwrites_unconditionally
2026-06-21T04:51:17.0605486Z         PASS [   0.022s] (1078/1167) spt-store rotation::tests::coalesce_is_per_subnet
2026-06-21T04:51:17.0611890Z         PASS [   0.021s] (1079/1167) spt-store rotation::tests::due_subnets_respects_deadline_and_force_is_immediate
2026-06-21T04:51:17.0749246Z         PASS [   0.022s] (1080/1167) spt-store seed::tests::absent_cwd_is_omitted
2026-06-21T04:51:17.0805633Z         PASS [   0.026s] (1081/1167) spt-store seed::tests::seed_round_trips_through_json
2026-06-21T04:51:17.0847837Z         PASS [   0.032s] (1082/1167) spt-store rotation::tests::persists_and_degrades_to_empty
2026-06-21T04:51:17.1122887Z         PASS [   0.023s] (1083/1167) spt-store sessions::tests::none_cwd_emits_no_field_and_roundtrips
2026-06-21T04:51:17.1196910Z         PASS [   0.054s] (1084/1167) spt-store sessions::tests::appends_and_reads_in_order
2026-06-21T04:51:17.1283734Z         PASS [   0.044s] (1085/1167) spt-store sessions::tests::pre_migration_row_without_cwd_deserializes_as_none
2026-06-21T04:51:17.1339649Z         PASS [   0.030s] (1086/1167) spt-store sessions::tests::row_with_cwd_appends_and_reads_back
2026-06-21T04:51:17.1524843Z         PASS [   0.037s] (1087/1167) spt-store sessions::tests::same_session_rebind_is_deduped
2026-06-21T04:51:17.1666877Z         PASS [   0.037s] (1088/1167) spt-store sessions::tests::tolerant_of_garbage_lines
2026-06-21T04:51:17.1915771Z         PASS [   0.038s] (1089/1167) spt-store shellinfo::tests::composite_option_mints_colon_free_id_and_carries_the_composite
2026-06-21T04:51:17.2039096Z         PASS [   6.816s] (1090/1167) spt-daemon::sync two_tier_sync_lands_and_gate_refuses_server_side
2026-06-21T04:51:17.2362096Z         PASS [   0.102s] (1091/1167) spt-store shellinfo::tests::alias_unique_rename_and_resolution
2026-06-21T04:51:17.2363082Z         PASS [   0.070s] (1092/1167) spt-store shellinfo::tests::mint_smallest_free_and_teardown_frees
2026-06-21T04:51:17.2377483Z         PASS [   0.593s] (1093/1167) spt-store registry::tests::concurrent_registration_never_locks
2026-06-21T04:51:17.2461968Z         PASS [   0.052s] (1094/1167) spt-store shellinfo::tests::shellinfo_roundtrip_and_corrupt_tolerance
2026-06-21T04:51:17.3322642Z         PASS [   0.721s] (1095/1167) spt-store project::tests::derivation_ladder
2026-06-21T04:51:19.3181538Z         PASS [   2.243s] (1096/1167) spt-store sessions::tests::last_k_and_bounding
2026-06-21T04:51:19.4520248Z         PASS [   2.209s] (1097/1167) spt-store spool::tests::reopen_is_idempotent
2026-06-21T04:51:19.4885969Z         PASS [   2.156s] (1098/1167) spt-store spool::tests::spool_touches_has_messages_sentinel
2026-06-21T04:51:19.4900148Z         PASS [   2.287s] (1099/1167) spt-store spool::tests::deferred_row_survives_event_drain_then_hook_delivers
2026-06-21T04:51:19.5000271Z         PASS [   2.264s] (1100/1167) spt-store spool::tests::drain_marks_delivered_and_is_idempotent
2026-06-21T04:51:19.5137695Z         PASS [   0.024s] (1101/1167) spt-store subnet::tests::adopt_rotation_takes_newer_seed_and_is_idempotent
2026-06-21T04:51:19.5145032Z         PASS [   0.025s] (1102/1167) spt-store subnet::tests::add_joined_preserves_seed_and_epoch
2026-06-21T04:51:19.5204971Z         PASS [   0.020s] (1103/1167) spt-store subnet::tests::create_subnet_starts_at_epoch_one_unique_name
2026-06-21T04:51:19.5415830Z         PASS [   0.223s] (1104/1167) spt-store spool::tests::wan_mark_seen_claims_once_and_blocks_spool_path
2026-06-21T04:51:19.5416780Z         PASS [   0.028s] (1105/1167) spt-store subnet::tests::hex_round_trips_and_rejects_bad_input
2026-06-21T04:51:19.5572259Z         PASS [   0.035s] (1106/1167) spt-store subnet::tests::minted_seeds_are_random
2026-06-21T04:51:19.5648768Z         PASS [   0.051s] (1107/1167) spt-store subnet::tests::hide_new_endpoints_defaults_off_and_persists
2026-06-21T04:51:19.5704965Z         PASS [   0.027s] (1108/1167) spt-store subnet::tests::no_prior_generation_before_rotation
2026-06-21T04:51:19.5710063Z         PASS [   2.333s] (1109/1167) spt-store spool::tests::non_deferred_drain_skips_deferred_and_preserves_order
2026-06-21T04:51:19.5780703Z         PASS [   0.037s] (1110/1167) spt-store subnet::tests::missing_or_corrupt_file_is_empty_store
2026-06-21T04:51:19.5868519Z         PASS [   0.031s] (1111/1167) spt-store subnet::tests::remove_drops_membership
2026-06-21T04:51:19.5887005Z         PASS [   0.022s] (1112/1167) spt-store subnet::tests::rotate_bumps_epoch_and_changes_seed
2026-06-21T04:51:19.6044395Z         PASS [   4.683s] (1113/1167) spt-store contextstore::tests::conflict_artifacts_preserve_both_versions
2026-06-21T04:51:19.6172212Z         PASS [   0.048s] (1114/1167) spt-store subnet::tests::store_persists_multi_subnet_and_rotation
2026-06-21T04:51:19.6522405Z         PASS [   0.200s] (1115/1167) spt-store spool::tests::wan_spool_dedups_on_op_id_across_reopen
2026-06-21T04:51:20.9075438Z         PASS [   3.671s] (1116/1167) spt-store spool::tests::event_part_body_persists_byte_exact
2026-06-21T04:51:20.9607064Z         PASS [   0.053s] (1117/1167) spt-store timefmt::tests::formats_known_instants
2026-06-21T04:51:20.9845532Z         PASS [   0.024s] (1118/1167) spt-store timefmt::tests::lexical_order_matches_chronological_order
2026-06-21T04:51:21.0147670Z         PASS [   0.030s] (1119/1167) spt-store visibility::tests::hidden_gates_sync_even_when_listed
2026-06-21T04:51:21.0359466Z         PASS [   0.022s] (1120/1167) spt-store visibility::tests::hidden_is_or_of_defaults
2026-06-21T04:51:21.0658511Z         PASS [   0.029s] (1121/1167) spt-store visibility::tests::override_wins_both_directions
2026-06-21T04:51:21.0731174Z         PASS [   1.469s] (1122/1167) spt-store syncmerge::tests::non_context_branch_refused
2026-06-21T04:51:21.0800579Z         PASS [   5.772s] (1123/1167) spt-store contextstore::tests::two_tier_layout_and_commits
2026-06-21T04:51:21.2714671Z         PASS [   0.206s] (1124/1167) spt-store visibility::tests::store_persists_and_degrades_safe
2026-06-21T04:51:21.2787068Z         PASS [   0.200s] (1125/1167) spt-store visibility::tests::synced_requires_membership_listing
2026-06-21T04:51:21.2994367Z         PASS [   0.219s] (1126/1167) spt-store xfer::tests::progress_round_trips_per_role_and_updates_mid_flight
2026-06-21T04:51:21.3112543Z         PASS [   0.038s] (1127/1167) spt-term digest::tests::config_defaults_are_the_presentation_formula
2026-06-21T04:51:21.3179123Z         PASS [   0.019s] (1128/1167) spt-term digest::tests::truncate_arg_cuts_to_width_with_ellipsis
2026-06-21T04:51:21.3179729Z         PASS [   0.047s] (1129/1167) spt-store xfer::tests::xfer_id_is_filename_safe_and_distinct
2026-06-21T04:51:21.3282296Z         PASS [   0.017s] (1130/1167) spt-term projection::tests::agent_between_tools_breaks_the_sprint
2026-06-21T04:51:21.3340891Z         PASS [   0.016s] (1131/1167) spt-term projection::tests::context_record_discriminator
2026-06-21T04:51:21.3361774Z         PASS [   0.017s] (1132/1167) spt-term projection::tests::diagnostics_clean_stream_has_no_drops
2026-06-21T04:51:21.3447237Z         PASS [   0.017s] (1133/1167) spt-term projection::tests::diagnostics_record_every_drop_with_reason
2026-06-21T04:51:21.3504033Z         PASS [   0.016s] (1134/1167) spt-term projection::tests::empty_input_projects_empty_digest
2026-06-21T04:51:21.3531257Z         PASS [   0.016s] (1135/1167) spt-term projection::tests::leading_output_without_input_is_a_preamble_turn
2026-06-21T04:51:21.3545014Z         PASS [  21.036s] (1136/1167) spt::bin/spt cli::tests::owner_shutdown_gated_by_can_shutdown_grant
2026-06-21T04:51:21.3584635Z         PASS [   6.502s] (1137/1167) spt-store branchstore::tests::branches_by_recency_orders_newest_first
2026-06-21T04:51:21.3659245Z         PASS [   0.016s] (1138/1167) spt-term projection::tests::projects_input_agent_and_collapses_tool_sprints
2026-06-21T04:51:21.3662998Z         PASS [   0.022s] (1139/1167) spt-term projection::tests::malformed_unknown_role_and_toolless_tool_are_skipped
2026-06-21T04:51:21.3765541Z         PASS [   0.024s] (1140/1167) spt-term projection::tests::sprint_collapse_off_keeps_tools_separate
2026-06-21T04:51:21.3824113Z         PASS [   0.024s] (1141/1167) spt-term projection::tests::timeline_folds_context_into_a_turn
2026-06-21T04:51:21.3945757Z         PASS [   0.026s] (1142/1167) spt-term projection::tests::truncates_tool_args_to_width
2026-06-21T04:51:21.3956329Z         PASS [   0.038s] (1143/1167) spt-term projection::tests::timeline_boundary_divider_and_window_bridge
2026-06-21T04:51:21.4055145Z         PASS [   0.028s] (1144/1167) spt-term projection::tests::ts_ordering_key_parses_and_is_optional
2026-06-21T04:51:21.4158480Z         PASS [   0.028s] (1145/1167) spt-term projection::tests::window_input_turns_bridges_and_trims
2026-06-21T04:51:21.4195899Z         PASS [   0.033s] (1146/1167) spt-term projection::tests::unknown_fields_are_tolerated
2026-06-21T04:51:21.4225493Z         PASS [   0.020s] (1147/1167) spt-term projection::tests::windows_to_last_n_turns
2026-06-21T04:51:21.4226069Z         PASS [   0.026s] (1148/1167) spt-term reader::tests::auto_answers_synthetic_dsr_query
2026-06-21T04:51:21.4258538Z         PASS [   0.025s] (1149/1167) spt-term reader::tests::dsr_matcher_finds_query_across_chunk_boundary
2026-06-21T04:51:21.4336663Z         PASS [   0.021s] (1150/1167) spt-term winprog::tests::bare_name_prefers_exe_and_spawns_direct
2026-06-21T04:51:21.4374099Z         PASS [   0.026s] (1151/1167) spt-term reader::tests::no_dsr_means_no_answer
2026-06-21T04:51:21.4408512Z         PASS [   0.027s] (1152/1167) spt-term winprog::tests::bare_name_prefers_cmd_over_extensionless_shim
2026-06-21T04:51:21.4428374Z         PASS [   0.023s] (1153/1167) spt-term winprog::tests::earlier_path_dir_wins
2026-06-21T04:51:21.4486096Z         PASS [   0.027s] (1154/1167) spt-term winprog::tests::explicit_extension_is_classified_in_place
2026-06-21T04:51:21.4510555Z         PASS [   0.015s] (1155/1167) spt-term winprog::tests::unresolvable_passes_through
2026-06-21T04:51:21.4711290Z         PASS [   0.034s] (1156/1167) xtask::bin/xtask converge_tests::converge_table_renders_rows_and_success_predicate
2026-06-21T04:51:22.6464655Z         PASS [  12.316s] (1157/1167) spt-daemon::sync concurrent_writes_reconcile_on_elected_node_and_converge
2026-06-21T04:51:22.9858046Z         PASS [   7.763s] (1158/1167) spt-store contextstore::tests::rename_ripples_both_tiers
2026-06-21T04:51:23.1274307Z         PASS [   8.205s] (1159/1167) spt-store contextstore::tests::fork_copies_both_tiers_then_diverges
2026-06-21T04:51:24.1881085Z         PASS [   9.041s] (1160/1167) spt-store contextstore::tests::remove_endpoint_removes_exactly_the_source
2026-06-21T04:51:25.1052770Z         PASS [   9.176s] (1161/1167) spt-store info::tests::concurrent_read_during_writes_never_torn
2026-06-21T04:51:25.1354767Z         PASS [   5.549s] (1162/1167) spt-store syncmerge::tests::legacy_bottom_vectors_surface_not_overwrite
2026-06-21T04:51:26.1777675Z         PASS [   6.607s] (1163/1167) spt-store syncmerge::tests::adopt_then_incremental_then_idempotent_repull
2026-06-21T04:51:26.4964742Z         PASS [   6.880s] (1164/1167) spt-store syncmerge::tests::project_branch_unions_disjoint_agents
2026-06-21T04:51:27.3615758Z         PASS [   7.776s] (1165/1167) spt-store syncmerge::tests::dominated_incoming_drops_but_joins_dag
2026-06-21T04:51:27.5841735Z         PASS [   8.006s] (1166/1167) spt-store syncmerge::tests::concurrent_writes_surface_on_both_nodes
2026-06-21T04:51:28.3841082Z         PASS [   8.732s] (1167/1167) spt-store syncmerge::tests::reconciled_write_propagates_and_clears_artifacts
2026-06-21T04:51:28.3841638Z ────────────
2026-06-21T04:51:28.3841822Z      Summary [  31.255s] 1167 tests run: 1167 passed (6 leaky), 1 skipped
2026-06-21T04:51:33.5115523Z ##[group]Run cargo nextest run --workspace -E '(package(spt-daemon) & kind(test) & binary(/^(attach|brain_swap|broker|budget|daemon_e2e|daemon_lifecycle_real_brain|digest|dispatch|driven_by_selfheal|handoff|idempotent|inject_control_wedge|input_ack_deadlock|resume|shellchan|two_origin_spanning|twohost)$/)) | (package(spt) & kind(test) & binary(/^(attach_wedge_e2e|bind_cwd_project_e2e|brain_respawn_rename|brain_restart_psyche_dup_e2e|brain_split|brain_survive|dummy_harness_e2e|gateway_owner_shell_e2e|job_escape_e2e|livehost_bootgate_e2e|livehost_bootrace_e2e|livehost_nonresident_e2e|livehost_psyche_fail_e2e|n1_pairing|oneliner_e2e|resume_template_e2e|unhost_psyche_reap_e2e)$/)) | (package(spt-term) & kind(test))'
2026-06-21T04:51:33.5120403Z [36;1mcargo nextest run --workspace -E '(package(spt-daemon) & kind(test) & binary(/^(attach|brain_swap|broker|budget|daemon_e2e|daemon_lifecycle_real_brain|digest|dispatch|driven_by_selfheal|handoff|idempotent|inject_control_wedge|input_ack_deadlock|resume|shellchan|two_origin_spanning|twohost)$/)) | (package(spt) & kind(test) & binary(/^(attach_wedge_e2e|bind_cwd_project_e2e|brain_respawn_rename|brain_restart_psyche_dup_e2e|brain_split|brain_survive|dummy_harness_e2e|gateway_owner_shell_e2e|job_escape_e2e|livehost_bootgate_e2e|livehost_bootrace_e2e|livehost_nonresident_e2e|livehost_psyche_fail_e2e|n1_pairing|oneliner_e2e|resume_template_e2e|unhost_psyche_reap_e2e)$/)) | (package(spt-term) & kind(test))'[0m
2026-06-21T04:51:33.5193213Z shell: C:\Program Files\PowerShell\7\pwsh.EXE -command ". '{0}'"
2026-06-21T04:51:33.5193434Z ##[endgroup]
2026-06-21T04:51:34.9229952Z     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.58s
2026-06-21T04:51:51.1068076Z ────────────
2026-06-21T04:51:51.1068372Z  Nextest run ID 89cfce4a-973a-4699-98f2-47952b3cf228 with nextest profile: default
2026-06-21T04:51:51.1068681Z     Starting 91 tests across 39 binaries (48 binaries skipped)
2026-06-21T04:51:58.0821625Z         PASS [   6.975s] ( 1/91) spt::attach_wedge_e2e attach_wedge_dead_child_plus_dropped_pump_does_not_wedge_the_broker
2026-06-21T04:51:59.9904904Z         PASS [   1.908s] ( 2/91) spt::bind_cwd_project_e2e endpoint_run_records_cwd_and_appears_under_its_project
2026-06-21T04:52:14.7938824Z         PASS [  14.803s] ( 3/91) spt::brain_respawn_rename brain_respawns_onto_applied_bytes_after_in_place_rename
2026-06-21T04:52:28.7032667Z         PASS [  13.910s] ( 4/91) spt::brain_restart_psyche_dup_e2e brain_restart_leaves_exactly_one_psyche_per_endpoint
2026-06-21T04:52:35.9136786Z         PASS [   7.210s] ( 5/91) spt::brain_split broker_survives_brain_kill_and_respawns_it
2026-06-21T04:52:43.2008015Z         PASS [   7.287s] ( 6/91) spt::brain_split seed_anchor_survives_brain_cycle
2026-06-21T04:52:51.1293348Z         PASS [   7.928s] ( 7/91) spt::brain_survive pty_and_quic_survive_brain_process_restart_onto_swapped_binary
2026-06-21T04:52:58.5704868Z         PASS [   7.441s] ( 8/91) spt::dummy_harness_e2e endpoint_run_attach_awaits_online_before_attaching
2026-06-21T04:53:04.0545363Z         PASS [   5.484s] ( 9/91) spt::dummy_harness_e2e endpoint_run_brings_up_a_long_lived_dummy_harness_and_rc_attaches
2026-06-21T04:53:04.7651634Z         PASS [   0.711s] (10/91) spt::gateway_owner_shell_e2e gateway_typed_owner_owns_a_shell_on_every_path_keyed_on_id
2026-06-21T04:53:08.5016922Z         PASS [   3.736s] (11/91) spt::job_escape_e2e win::cold_start_daemon_escapes_kill_on_close_job_via_wmi
2026-06-21T04:53:11.3577418Z         PASS [   2.856s] (12/91) spt::job_escape_e2e win::wmi_daemon_run_has_no_conhost_window
2026-06-21T04:53:20.9069066Z         PASS [   9.549s] (13/91) spt::livehost_bootgate_e2e cold_start_does_not_revive_a_sessionless_online_latched_perch
2026-06-21T04:53:41.8234617Z         PASS [  20.917s] (14/91) spt::livehost_bootrace_e2e netless_online_live_agent_is_hosted_by_the_real_daemon_brain
2026-06-21T04:53:54.5298254Z         PASS [  12.706s] (15/91) spt::livehost_nonresident_e2e online_live_agent_with_fast_exiting_psyche_stamps_parent_and_clears_phantom
2026-06-21T04:54:01.4069548Z         PASS [   6.877s] (16/91) spt::livehost_psyche_fail_e2e online_live_agent_with_missing_psyche_binary_stamps_a_harness_reachable_error
2026-06-21T04:54:01.4186610Z         PASS [   0.012s] (17/91) spt::n1_pairing new_brain_serves_against_old_broker
2026-06-21T04:54:01.4430833Z         PASS [   0.024s] (18/91) spt::oneliner_e2e at_logon_task_launches_daemon_in_background_not_foreground
2026-06-21T04:54:01.4493176Z         PASS [   0.006s] (19/91) spt::oneliner_e2e install_script_against_staged_release
2026-06-21T04:54:09.2564767Z         PASS [   7.807s] (20/91) spt::resume_template_e2e endpoint_run_resume_selects_resume_template_in_recorded_cwd
2026-06-21T04:54:23.4561209Z         PASS [  14.200s] (21/91) spt::unhost_psyche_reap_e2e endpoint_stop_reaps_the_hosted_psyche_process
2026-06-21T04:54:24.9050766Z         PASS [   1.449s] (22/91) spt-daemon::attach attach_registers_remote_drive_detection
2026-06-21T04:54:25.0534859Z         PASS [   0.148s] (23/91) spt-daemon::attach attach_survives_target_brain_restart_exactly_once
2026-06-21T04:54:25.1147781Z         PASS [   0.061s] (24/91) spt-daemon::attach broker_spawns_the_pty_child_in_the_requested_cwd
2026-06-21T04:54:25.1891370Z         PASS [   0.074s] (25/91) spt-daemon::attach controller_restart_with_viewer_no_displace_and_viewer_survives
2026-06-21T04:54:25.2467337Z         PASS [   0.058s] (26/91) spt-daemon::attach controller_viewer_matrix_and_loud_take
2026-06-21T04:54:25.2712694Z         PASS [   0.024s] (27/91) spt-daemon::attach handoff_seeds_resume_cursor_and_resubscribes_for_resume
2026-06-21T04:54:25.3455919Z         PASS [   0.074s] (28/91) spt-daemon::attach local_attach_via_loopback_conn_rides_the_same_pump
2026-06-21T04:54:25.4312383Z         PASS [   0.086s] (29/91) spt-daemon::attach loopback_attach_to_a_prepopulated_ring_delivers_without_deadlock
2026-06-21T04:54:25.4864417Z         PASS [   0.055s] (30/91) spt-daemon::attach loopback_self_dial_is_refused_local_uses_fallback_transport
2026-06-21T04:54:25.5137737Z         PASS [   0.027s] (31/91) spt-daemon::attach re_serve_resets_resume_cursor_after_a_pre_attached_consume
2026-06-21T04:54:25.6595623Z         PASS [   0.146s] (32/91) spt-daemon::attach remote_attach_drives_a_real_pty_cross_daemon
2026-06-21T04:54:25.7155198Z         PASS [   0.056s] (33/91) spt-daemon::attach resize_is_controller_exclusive
2026-06-21T04:54:25.7963939Z         PASS [   0.081s] (34/91) spt-daemon::attach same_origin_re_subscribe_does_not_displace
2026-06-21T04:54:25.9407976Z         PASS [   0.144s] (35/91) spt-daemon::attach spt_hosted_bringup_then_cross_node_attach_drives_the_pty
2026-06-21T04:54:28.1622715Z         PASS [   2.221s] (36/91) spt-daemon::attach wedged_viewer_does_not_stall_controller
2026-06-21T04:54:28.2019960Z         PASS [   0.040s] (37/91) spt-daemon::brain_swap brain_only_update_swaps_logic_with_zero_endpoint_interruption
2026-06-21T04:54:28.2353610Z         PASS [   0.033s] (38/91) spt-daemon::broker ack_false_input_suppresses_applied_frame
2026-06-21T04:54:28.2671344Z         PASS [   0.032s] (39/91) spt-daemon::broker broker_hosts_pty_child_streams_output_and_accepts_input
2026-06-21T04:54:28.3250065Z         PASS [   0.058s] (40/91) spt-daemon::broker controller_writer_reorder_consumer_view_stays_monotonic_and_session_live
2026-06-21T04:54:28.3607790Z         PASS [   0.036s] (41/91) spt-daemon::broker dead_session_subscribe_does_not_hang
2026-06-21T04:54:28.3919921Z         PASS [   0.031s] (42/91) spt-daemon::broker endpoint_keyed_inject_reaches_hosted_pty
2026-06-21T04:54:28.5313842Z         PASS [   0.139s] (43/91) spt-daemon::broker exactly_once_preserved_on_no_ack_path
2026-06-21T04:54:28.5746524Z         PASS [   0.043s] (44/91) spt-daemon::broker spawn_env_reaches_child
2026-06-21T04:54:28.6365489Z         PASS [   0.062s] (45/91) spt-daemon::broker wall_b_endpoint_run_env_then_send_reaches_pty
2026-06-21T04:54:28.6452379Z         PASS [   0.009s] (46/91) spt-daemon::budget measure_dormant_seat_budget
2026-06-21T04:54:31.2000841Z         PASS [   2.555s] (47/91) spt-daemon::daemon_e2e daemon_hosts_lifecycle_and_survives_brain_restart
2026-06-21T04:54:38.9342066Z         LEAK [   7.734s] (48/91) spt-daemon::daemon_lifecycle_real_brain real_brain_process_hosts_the_psyche_for_an_online_live_endpoint
2026-06-21T04:54:39.1796719Z         PASS [   0.245s] (49/91) spt-daemon::digest harness_hosted_digest_projects_and_pushes_deltas
2026-06-21T04:54:39.1915969Z         PASS [   0.012s] (50/91) spt-daemon::dispatch classify_routes_a_node_label_feed_to_registry
2026-06-21T04:54:39.9516384Z         PASS [   0.760s] (51/91) spt-daemon::dispatch dispatcher_applies_a_notif_feed_undriven
2026-06-21T04:54:40.2209735Z         PASS [   0.269s] (52/91) spt-daemon::dispatch dispatcher_funnels_wan_messages_undriven
2026-06-21T04:54:40.4961310Z         PASS [   0.275s] (53/91) spt-daemon::dispatch dispatcher_serves_a_cross_node_shell_link
2026-06-21T04:54:40.6339691Z         PASS [   0.138s] (54/91) spt-daemon::dispatch dispatcher_serves_a_file_fetch_undriven
2026-06-21T04:54:40.8053283Z         PASS [   0.171s] (55/91) spt-daemon::dispatch dispatcher_serves_a_remote_drive_attach_undriven
2026-06-21T04:54:41.0018760Z         PASS [   0.196s] (56/91) spt-daemon::dispatch dispatcher_serves_a_subnet_serve_probe
2026-06-21T04:54:42.3069653Z         PASS [   1.305s] (57/91) spt-daemon::dispatch dispatcher_serves_a_sync_pull_undriven
2026-06-21T04:54:42.4687841Z         PASS [   0.162s] (58/91) spt-daemon::dispatch dispatcher_serves_an_update_pull_undriven
2026-06-21T04:54:42.9435173Z         PASS [   0.475s] (59/91) spt-daemon::dispatch dispatcher_surfaces_a_remote_won_notif_at_the_winning_node
2026-06-21T04:54:43.1237696Z         PASS [   0.180s] (60/91) spt-daemon::dispatch dispatcher_survives_an_unknown_stream
2026-06-21T04:54:43.6249023Z         PASS [   0.501s] (61/91) spt-daemon::driven_by_selfheal gap_a_live_session_controller_by_is_ambiguous_so_reconcile_must_not_clear
2026-06-21T04:54:43.6583089Z         PASS [   0.033s] (62/91) spt-daemon::driven_by_selfheal gap_b_sessionless_perch_reconcile_offlines_and_clears_driven_by
2026-06-21T04:54:43.8578723Z         PASS [   0.199s] (63/91) spt-daemon::handoff brain_restart_survives_gaplessly_with_fresh_gen_start
2026-06-21T04:54:43.9033346Z         PASS [   0.045s] (64/91) spt-daemon::idempotent pty_writes_are_exactly_once_across_brain_crashes
2026-06-21T04:54:47.1087093Z         PASS [   3.205s] (65/91) spt-daemon::inject_control_wedge a_backed_up_controller_does_not_wedge_the_session
2026-06-21T04:54:50.0930470Z         PASS [   2.984s] (66/91) spt-daemon::inject_control_wedge a_journaled_input_wedge_does_not_starve_a_concurrent_rc_attach
2026-06-21T04:55:02.5404036Z         PASS [  12.447s] (67/91) spt-daemon::inject_control_wedge g1_choreography_happy_path_payload_reaches_pty_and_controller_keeps_control
2026-06-21T04:55:03.1727352Z         PASS [   0.632s] (68/91) spt-daemon::inject_control_wedge g2_no_commit_deadline_faults_binary_and_does_not_wedge_controller_input
2026-06-21T04:55:03.9575744Z         PASS [   0.785s] (69/91) spt-daemon::inject_control_wedge g3_content_free_ping_never_duplicates_operator_keystrokes_into_binary
2026-06-21T04:55:04.5847476Z         PASS [   0.627s] (70/91) spt-daemon::inject_control_wedge g4_translation_child_is_reaped_no_zombie_after_session_down
2026-06-21T04:55:05.0376020Z         PASS [   0.453s] (71/91) spt-daemon::inject_control_wedge injecting_a_large_payload_into_a_stdin_ignoring_child
2026-06-21T04:55:52.0778260Z         FAIL [  47.040s] (72/91) spt-daemon::inject_control_wedge p0_paste_wedge_parked_write_does_not_starve_attach_or_wedge_broker
2026-06-21T04:55:52.0778805Z   stdout ───
2026-06-21T04:55:52.0778878Z 
2026-06-21T04:55:52.0778932Z     running 1 test
2026-06-21T04:55:52.0779158Z     test p0_paste_wedge_parked_write_does_not_starve_attach_or_wedge_broker ... FAILED
2026-06-21T04:55:52.0779378Z 
2026-06-21T04:55:52.0779439Z     failures:
2026-06-21T04:55:52.0779599Z 
2026-06-21T04:55:52.0779926Z     failures:
2026-06-21T04:55:52.0780100Z         p0_paste_wedge_parked_write_does_not_starve_attach_or_wedge_broker
2026-06-21T04:55:52.0780277Z 
2026-06-21T04:55:52.0780540Z     test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 9 filtered out; finished in 47.03s
2026-06-21T04:55:52.0781273Z 
2026-06-21T04:55:52.0781455Z   stderr ───
2026-06-21T04:55:52.0781649Z     PUMP_IPC_READER: spawned
2026-06-21T04:55:52.0781846Z     PUMP_IPC_READER: spawned
2026-06-21T04:55:52.0782000Z     PUMP_IPC_READER: exited
2026-06-21T04:55:52.0782831Z     === P0 PASTE-WEDGE GATE: pumped=6843 keystroke_accepted=true concurrent_attach_subscribed=false attach_received_output=false backpressured=false backpressure_after_stop=None (fixed = subscribed+got_output+keystroke_accepted true; pre-fix: parked dispatch thread → subscribed=false / no output) ===
2026-06-21T04:55:52.0783511Z 
2026-06-21T04:55:52.0783794Z     thread 'p0_paste_wedge_parked_write_does_not_starve_attach_or_wedge_broker' (213636) panicked at crates\spt-daemon\tests\inject_control_wedge.rs:1967:5:
2026-06-21T04:55:52.0784876Z     a concurrent `spt rc` attach must be SERVICED while a paste write is parked: the subscribe reply did not arrive within the watchdog — the dispatch thread is blocked on a synchronous write_input (the paste wedge, REQ-HAZARD-PTY-INPUT-WRITER-WEDGE). Post-fix the write is off the dispatch thread on the sole input-writer.
2026-06-21T04:55:52.0825158Z     note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
2026-06-21T04:55:52.0825443Z 
2026-06-21T04:55:52.0825519Z   Cancelling due to test failure: 
2026-06-21T04:55:52.0825755Z ────────────
2026-06-21T04:55:52.0825966Z      Summary [ 240.971s] 72/91 tests run: 71 passed (1 leaky), 1 failed, 0 skipped
2026-06-21T04:55:52.0826377Z         FAIL [  47.040s] (72/91) spt-daemon::inject_control_wedge p0_paste_wedge_parked_write_does_not_starve_attach_or_wedge_broker
2026-06-21T04:55:52.0826878Z warning: 19/91 tests were not run due to test failure (run with --no-fail-fast to run all tests, or run with --max-fail)
2026-06-21T04:55:52.0827187Z error: test run failed
2026-06-21T04:55:52.1550836Z ##[error]Process completed with exit code 1.
2026-06-21T04:55:52.1815237Z Post job cleanup.
2026-06-21T04:55:52.2948029Z [command]"c:\program files\git\cmd\git.exe" version
2026-06-21T04:55:52.3169247Z git version 2.43.0.windows.1
2026-06-21T04:55:52.3209448Z Copying 'C:\Users\decid\.gitconfig' to 'C:\actions-runner\_work\_temp\1cef4de8-8a15-4afb-8d2c-acb34303631d\.gitconfig'
2026-06-21T04:55:52.3224279Z Temporarily overriding HOME='C:\actions-runner\_work\_temp\1cef4de8-8a15-4afb-8d2c-acb34303631d' before making global git config changes
2026-06-21T04:55:52.3226304Z Adding repository directory to the temporary git global config as a safe directory
2026-06-21T04:55:52.3231436Z [command]"c:\program files\git\cmd\git.exe" config --global --add safe.directory C:\actions-runner\_work\spt-core\spt-core
2026-06-21T04:55:52.3510491Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp core\.sshCommand
2026-06-21T04:55:52.3765507Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :\""
2026-06-21T04:55:52.7894476Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-06-21T04:55:52.8108285Z http.https://github.com/.extraheader
2026-06-21T04:55:52.8135210Z [command]"c:\program files\git\cmd\git.exe" config --local --unset-all http.https://github.com/.extraheader
2026-06-21T04:55:52.8381008Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "sh -c \"git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :\""
2026-06-21T04:55:53.2091491Z [command]"c:\program files\git\cmd\git.exe" config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-06-21T04:55:53.2346310Z [command]"c:\program files\git\cmd\git.exe" submodule foreach --recursive "git config --local --show-origin --name-only --get-regexp remote.origin.url"
2026-06-21T04:55:53.6088774Z Cleaning up orphan processes
2026-06-21T04:55:53.6606956Z Terminate orphan process: pid (131444) (conhost)
